Re: Excluding packages in emerge world? On Sat, 06 Jan 2007 17:22:54 -0800, ~David~ <shadoweyez@gmail.com> wrote:
>Time for my "emerge -uDv world" but when I use -p first I see there are packages
>this time around that I don't want to emerge/install.
>After everything is synced with the servers, how do I stop emerge from emerging
>a packag, ie; this/pack/sucks-1.0 ?
>Is it something like
>PORTAGE_EXCLUDE="this/pack/sucks-1.0" emerge -uDv world
>(this does not work)
/etc/portage/package.mask
inside put "=this/package.sucks-1.0" |