Gentoo Archives: gentoo-dev

From: justin <jlec@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: USE flags in virtuals, to allow a specific provider to be determined
Date: Sat, 26 Jul 2014 07:17:45
Message-Id: 53D3560E.90104@gentoo.org
In Reply to: Re: [gentoo-dev] RFC: USE flags in virtuals, to allow a specific provider to be determined by Ian Stakenvicius
1 On 25/07/14 23:09, Ian Stakenvicius wrote:
2 > On 25/07/14 04:41 PM, Michał Górny wrote:
3 >> Dnia 2014-07-25, o godz. 14:49:44 Ian Stakenvicius <axs@g.o>
4 >> napisał(a):
5 >
6 >>> +REQUIRED_USE="heimdal? ( !mit-krb5 ) + mit-krb5? (
7 >>> !heimdal )"
8 >
9 >> Did you mean:
10 >
11 >> REQUIRED_USE="^^ ( heimdal mit-krb5 )"
12 >
13 >> ?
14 >
15 >
16 >
17 > Nope, that requires one or the other to be set. If users don't care,
18 > they shouldn't have to set one at all.
19 >
20 >
21
22
23 REQUIRED_USE="?? ( heimdal mit-krb5 )" from EAPI=5 would do that.
24
25 """
26 REQUIRED_USE supports new at-most-one-of operator
27
28 The new at-most-one-of operator consists of the string '??', and is
29 satisfied if zero or one (but no more) of its child elements is matched.
30 """
31
32 Justin

Attachments

File name MIME type
signature.asc application/pgp-signature