Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Change USE flags when compiling with FEATURES=test
Date: Sat, 17 Mar 2012 19:35:02
Message-Id: CAEdQ38EWx=5tpygtr5n3p9+j16Gm3D18zxGiEP6LfFh_fha1Og@mail.gmail.com
1 So you run set FEATURES=test to run a package's test suite during
2 keywording. Later, you emerge -vuNDa ... and portage wants to reemerge
3 that package with USE=-test.
4
5 Can't we avoid this somehow? I presume in the vast majority of cases
6 emerging with FEATURES/USE=test doesn't actually affect what's
7 installed.
8
9 I'd guess we'd need to be able to remove 'test' from the set of IUSE
10 and have a new helper function to check if 'test' is in FEATURES?
11
12 Matt

Replies

Subject Author
Re: [gentoo-dev] Change USE flags when compiling with FEATURES=test Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
Re: [gentoo-dev] Change USE flags when compiling with FEATURES=test Kent Fredric <kentfredric@×××××.com>
Re: [gentoo-dev] Change USE flags when compiling with FEATURES=test Alexandre Rostovtsev <tetromino@g.o>