Gentoo Archives: gentoo-dev

From: "Tomáš Chvátal" <scarabeus@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: package.use.stable.mask
Date: Sat, 10 Oct 2009 20:58:55
Message-Id: 200910102258.48425.scarabeus@gentoo.org
In Reply to: Re: [gentoo-dev] RFC: package.use.stable.mask by Zac Medico
1 Zac Medico wrote:
2 > Maybe a syntax extension for IUSE would be a little nicer. For example:
3 >
4 > IUSE="unstable? ( foo bar )"
5 >
6 > You could emulate this sort of extension in current EAPIs by simply
7 > adding IUSE="unstable" and then using that flag to conditionally
8 > disable things in *DEPEND, SRC_URI, and ebuild shell code.
9 > ,
10 That is another possibility but i tried to have something that is notdependant
11 on IUSE.
12
13 Because when you have it depending on iuse you will have to alter the ebuild
14 in future anyway, when the depending library will get OK.
15
16 It could be nice solution until we can launch support for the above file :]
17
18 Tom