Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] compiz and mesa
Date: Thu, 26 Mar 2009 18:18:02
Message-Id: 1238091496.3515.11.camel@localhost.localdomain
In Reply to: [gentoo-user] compiz and mesa by Andrew Gaydenko
1 On Thu, 2009-03-26 at 20:31 +0300, Andrew Gaydenko wrote:
2 > compiz wants x11-libs/libX11[xcb] (even 0.8.2), and
3 > mesa 7.4_rc1 wants x11-libs/libX11[xcb=] (it's for current ~amd64).
4 >
5 > Does [xcb=] means "without the flag"?
6 > Tree bug?
7
8 >From the Gentoo Development guide:
9
10 There are also shortcuts for conditional situations:
11
12 Compact form
13 ------------
14 Equivalent expanded form
15 ------------------------
16 app-misc/foo[bar?]
17 bar? ( app-misc/foo[bar] ) !bar?
18 ( app-misc/foo )
19 app-misc/foo[!bar?]
20 bar? (app-misc/foo ) !bar?
21 ( app-misc/foo[-bar] )
22 app-misc/foo[bar=]
23 bar? ( app-misc/foo[bar] ) !bar?
24 ( app-misc/foo[-bar] )
25 app-misc/foo[!bar=]
26 bar? ( app-misc/foo[-bar] ) !bar?
27 ( app-misc/foo[bar] )

Replies

Subject Author
Re: [gentoo-user] compiz and mesa Albert Hopkins <marduk@×××××××××××.org>