Gentoo Archives: gentoo-dev

From: Brian Harring <ferringb@×××××.com>
To: gentoo-dev@l.g.o
Cc: pacho@g.o
Subject: Re: [gentoo-dev] Suggest to specify a way to query for USEs in next council
Date: Tue, 25 Sep 2012 22:23:21
Message-Id: 20120925222134.GD26094@localhost
In Reply to: Re: [gentoo-dev] Suggest to specify a way to query for USEs in next council by "Michał Górny"
1 On Sat, Sep 22, 2012 at 10:37:57PM +0200, Micha?? G??rny wrote:
2 > On Sat, 22 Sep 2012 21:41:24 +0200
3 > Pacho Ramos <pacho@g.o> wrote:
4 >
5 > > Hello
6 > >
7 > > This comes from:
8 > > http://www.gossamer-threads.com/lists/gentoo/dev/260536
9 > >
10 > > In that one, we try to use the following:
11 > > has vala ${IUSE//+/} && ! use vala && return 0
12 >
13 > Just please stop repeating the random broken snippet and use `in_iuse`
14 > from eutils.eclass. That one is correct at least.
15
16 Inline that function into EAPI. We shouldn't have basic metadata
17 lookup issues like that reliant on an eclass to resolve it.
18
19 Exporting IUSE_FLATTENED or whatever the hell would be more than
20 enough.
21
22 ~harring