This is a discussion on libdv cycles: 0.102 <--> 0.104 within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Hello; I have this line in my /etc/portage/package.keywords: >=media-libs/libdv-0.104 ~x86 Now, any time I emerge -uD world, if libdv-0.102 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello; I have this line in my /etc/portage/package.keywords: >=media-libs/libdv-0.104 ~x86 Now, any time I emerge -uD world, if libdv-0.102 is installed, it upgrades to 0.104. But if libdv-0.104 is installed, it downgrades to 0.102. So, normally what I do is run emerge -uD world twice. Once to do all the updates, and then again to put libdv back to 0.104. This works, but what is the correct way? |
| ||||
| Lee Harr <lee@example.com> writes: > Hello; > > I have this line in my /etc/portage/package.keywords: >>=media-libs/libdv-0.104 ~x86 > > Now, any time I emerge -uD world, if libdv-0.102 > is installed, it upgrades to 0.104. But if > libdv-0.104 is installed, it downgrades to 0.102. > > So, normally what I do is run emerge -uD world > twice. Once to do all the updates, and then again > to put libdv back to 0.104. > > This works, but what is the correct way? The correct way is, when 0.104 is installed run emerge -puDvt world This will tell you which package wants to downgrade libdv. You should then re-emerge this package (or you may have to mark it ~x86 as well if the installed one has a specific dependency) |