On Tue, Nov 25, 2008 at 3:54 PM, Nikos Chantziaras <[EMAIL PROTECTED]> wrote: > package.mask is a file here, not a directory.
You could either tack the output to the end of your package.mask with >>, or rename the current package.mask, mkdir package.mask, and move it in there. Or just copypaste this line: eix -C kde-|grep "\[[IU]\]"|awk -F" " '{print $2 ":4.1"}' >> /etc/portage/package.mask It does assume that you have eix installed.