On Monday 09 Mar 2009, Neil Bothwick wrote:
> On Mon, 9 Mar 2009 02:09:34 +0000 (UTC), James wrote:
> > 'autounmask kde-4.2' did not work.....
>
> So autounmask does not understand sets. Either append the set file to
> package.keywords
>
> cat /etc/portage/sets/kde4.3 >>/etc/portage/package.keywords
>
> Or make package.keywordsa directory and simply put a copy of the sets
> file in there (or a symlink to the sets file). This is the more
> manageable option.

Another approach is:

ACCEPT_KEYWORDS="~*" emerge -pv --columns @kde-4.2 | awk '{ print $4 " ~*" }' 
> kde4

which worked for me. (You will have to top'n'tail the output a bit.)

HTH
-Robin
-- 
----------------------------------------------------------------------
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
         from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------









Reply via email to