On 11/27/06, Arnau Bria <[EMAIL PROTECTED]> wrote:
Hi,

due to a human error I've deleted my package.keyowrd file...
(echo "package ~x86" > /etc/portage/package.keywords)

How may I find which packages were in the file?
I'm afraid of doing an update...

Option 1:
# emerge -DNvp world
Look for things with a 'D' for downgrade in front of them.

Option 2:
# cd /var/db/pkg
# grep -l "~x86" */*/KEYWORDS | sed "s/\/KEYWORDS//"

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list

Reply via email to