But then, how can I update all the package of my gentoo without upgrading to the latest unstable release if I have to use ACCEPT_KEYWORDS to be able to run 'emerge -UuD world' ?
Thomas
Diego Zamboni wrote:
I think I only have few package that needs the x86 keyword and it would be pitty to upgrade everything in a unstable state because of these few packages...
Exactly - you only use ACCEPT_KEYWORDS="~x86" for installing/upgrading the packages that you want to have in their unstable versions. In bash (root's default shell) the easiest way of doing it is to specify the variable in the same command line as the command:
# ACCEPT_KEYWORDS="~x86" emerge -v package
In this way, the variable doesn't become permanently set. Of course, if you use it with "emerge world", then you _will_ update everything to the latest unstable release.
--Diego
-- [EMAIL PROTECTED] mailing list
-- [EMAIL PROTECTED] mailing list
