Gentoo Archives: gentoo-user

From: Michael Mauch <michael.mauch@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: mone on the KEYWORD USE front
Date: Fri, 16 Dec 2005 00:53:22
Message-Id: 20051216004742.GC12373@elmicha.333200002251-0001.dialin.t-online.de
In Reply to: [gentoo-user] mone on the KEYWORD USE front by reader@newsguy.com
1 reader@×××××××.com wrote:
2
3 > This makes you want to use ACCEPT_KEYWORDS on the command line, but
4 > after seeing the reasons for not doing that in recent posts I decided
5 > to follow the suggestions, and not do it.
6 >
7 > So either you must cycle thru enough `emerge -v kde' to find all
8 > packages needing unmasking and do it in /etc/portage/package.keywords
9 > or maybe in /etc/make.conf with `ACCEPT_KEYWORDS=~x86'.
10
11 What about
12
13 ACCEPT_KEYWORDS="~x86" emerge -p kde-meta
14
15 and then copy the whole list to /etc/portage/package.keywords?
16
17 ACCEPT_KEYWORDS="~x86" emerge -p kde-meta |
18 gawk '/\[ebuild/ {sub(/[^]]+\] /,"");sub(/-[0-9].+$/," ~x86");print}'
19
20
21 Michael
22 --
23 gentoo-user@g.o mailing list