Gentoo Archives: gentoo-user

From: "Zsitvai János" <zsitvaij@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Portage wants KDE4, I don't
Date: Tue, 25 Nov 2008 15:07:33
Message-Id: 29ba8f210811250706t343f1297y6c0e6a52feb34a13@mail.gmail.com
In Reply to: [gentoo-user] Re: Portage wants KDE4, I don't by Nikos Chantziaras
1 On Tue, Nov 25, 2008 at 3:54 PM, Nikos Chantziaras <realnc@×××××.de> wrote:
2 > package.mask is a file here, not a directory.
3
4 You could either tack the output to the end of your package.mask with
5 >>, or rename the current package.mask, mkdir package.mask, and move
6 it in there.
7
8 Or just copypaste this line:
9 eix -C kde-|grep "\[[IU]\]"|awk -F" " '{print $2 ":4.1"}' >>
10 /etc/portage/package.mask
11
12 It does assume that you have eix installed.