Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Exclude package from emerge world ?
Date: Mon, 15 Jan 2007 23:34:14
Message-Id: 200701160026.28148.bo.andresen@zlin.dk
In Reply to: [gentoo-user] Exclude package from emerge world ? by Jean-Baptiste Mestelan
1 On Monday 15 January 2007 23:02, Jean-Baptiste Mestelan wrote:
2 > Hello.
3 >
4 > I am trying to emerge -uD world
5 > and getting an error on app-emulation/wine-20050930 (error stack is below,
6 > if YOU can decipher it;).
7 >
8 > wine-9999 builds fine, but emerge world insists on building 20050930, and I
9 > am not too sure why ? Probably some other package depends on 20050930, but
10 > how can I check this ? (I might afford to unmerge this package, and do do
11 > without it for the moment ...)
12 >
13 > Or can I command emerge world to exclude wine ?
14 [SNIP]
15
16 Both 20050930 and 9999 are masked (illegally) by missing keyword. I assume
17 you've simply put "app-emulation/wine -*" in your p.keywords to unmask it.
18 Instead you should put "~app-emulation/wine-9999 -*" in there. The problem is
19 that emerge wrongly thinks that 20050930 is newer than 9999 because the
20 number is greater.
21
22 --
23 Bo Andresen