Gentoo Archives: gentoo-dev

From: Nirbheek Chauhan <nirbheek.chauhan@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] USE dependencies
Date: Mon, 05 Jan 2009 08:40:47
Message-Id: 8b4c83ad0901050040i4284d170if8d881466277dda@mail.gmail.com
In Reply to: Re: [gentoo-dev] USE dependencies by Nirbheek Chauhan
1 On Mon, Jan 5, 2009 at 2:01 PM, Nirbheek Chauhan
2 <nirbheek.chauhan@×××××.com> wrote:
3 >
4 > use cairo && built_with_use category/cairo X
5 > use avahi && built_with_use net-dns/avahi gtk
6
7 Oops, sorry, I misunderstood what you were saying; I agree; most of
8 the cases are of the type
9
10 use1? ( cat/pkg1[use2] )
11 !use1? ( <nothing> )
12
13 And if use1 and use2 are the same, the package will:
14
15 use1? ( cat/pkg1[use1] )
16 !use1? ( cat/pkg1 )
17
18 So, yes, cat/pkg[use1?use2] is a minority use-case; thanks for
19 clearing that up :)
20
21 --
22 ~Nirbheek Chauhan