Gentoo Archives: gentoo-user

From: Kerin Millar <kerframil@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: ~amd64 - my experience so far...
Date: Mon, 12 Apr 2010 13:07:58
Message-Id: hpv5sq$qt5$1@dough.gmane.org
In Reply to: [gentoo-user] ~amd64 - my experience so far... by Mark Knecht
1 On 12/04/2010 12:57, Mark Knecht wrote:
2 > QUESTION: Assume I'm happy with ~amd64 on @system, but want to build
3 > the stable version of gnome or kde. How do I get it? Since gnome-2.26
4
5 You could opt to retain the ~amd64 keyword on system packages alone.
6 Consider the following (which requires portage-utils):
7
8 $ emerge -qep system | sed -rne '/^\[ebuild/{s/(^| )\[[^]]*\]( |$)//gp}'
9 | xargs qatom | awk '{ print $1"/"$2 }'
10
11 You might then proceed to place the output of the above command in
12 package.keywords then switch ACCEPT_KEYWORDS back to "amd64".
13
14 Cheers,
15
16 --Kerin