Gentoo Archives: gentoo-dev

From: Nirbheek Chauhan <nirbheek.chauhan@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] USE dependencies
Date: Sun, 04 Jan 2009 15:34:06
Message-Id: 8b4c83ad0901040734o32913fa0j581f89d5b5d031b9@mail.gmail.com
In Reply to: [gentoo-dev] USE dependencies by Christian Faulhammer
1 On Sun, Jan 4, 2009 at 7:24 PM, Christian Faulhammer <fauli@g.o> wrote:
2 > Hi,
3 >
4 > regarding USE dependencies what is the correct way if a package needs
5 > one out of two USE flags?
6 >
7 > || ( cat-egory/package[foo] cat-egory/package[bar] )
8 >
9
10 That's the way right now as per portage EAPI=2 doc[1]
11
12 > or is there something else?
13
14 A short-cut for this would be similar in scope to
15 http://bugs.gentoo.org/show_bug.cgi?id=238887
16
17 /me thinks cat-egory/pkg[use1|use2] would be a nice way :)
18
19 1. http://dev.gentoo.org/~zmedico/portage/doc/portage.html#package-ebuild-eapi-2-draft
20
21 --
22 ~Nirbheek Chauhan

Replies

Subject Author
Re: [gentoo-dev] USE dependencies "Tomáš Chvátal" <scarabeus@g.o>