Gentoo Archives: gentoo-user

From: Robin Atwood <robin.atwood@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] @kde-4.2
Date: Mon, 09 Mar 2009 12:35:29
Message-Id: 200903091935.23095.robin.atwood@attglobal.net
In Reply to: Re: [gentoo-user] @kde-4.2 by Neil Bothwick
1 On Monday 09 Mar 2009, Neil Bothwick wrote:
2 > On Mon, 9 Mar 2009 02:09:34 +0000 (UTC), James wrote:
3 > > 'autounmask kde-4.2' did not work.....
4 >
5 > So autounmask does not understand sets. Either append the set file to
6 > package.keywords
7 >
8 > cat /etc/portage/sets/kde4.3 >>/etc/portage/package.keywords
9 >
10 > Or make package.keywordsa directory and simply put a copy of the sets
11 > file in there (or a symlink to the sets file). This is the more
12 > manageable option.
13
14 Another approach is:
15
16 ACCEPT_KEYWORDS="~*" emerge -pv --columns @kde-4.2 | awk '{ print $4 " ~*" }'
17 > kde4
18
19 which worked for me. (You will have to top'n'tail the output a bit.)
20
21 HTH
22 -Robin
23 --
24 ----------------------------------------------------------------------
25 Robin Atwood.
26
27 "Ship me somewheres east of Suez, where the best is like the worst,
28 Where there ain't no Ten Commandments an' a man can raise a thirst"
29 from "Mandalay" by Rudyard Kipling
30 ----------------------------------------------------------------------

Replies

Subject Author
[gentoo-user] Re: @kde-4.2 James <wireless@×××××××××××.com>