On 11/08/2014 11:49 AM, Thomas Kahle wrote: > Hi, > > it seems to be a quasi-standard in the tree to use REQUIRED_USE > if the tests of some package need USE flags. However, repoman > complains: > > REQUIRED_USE.syntax 1 > media-libs/leptonica/leptonica-1.71-r1.ebuild: REQUIRED_USE: USE flag > 'test' is not in IUSE > > I commited with -f, because I think repoman is wrong. Any opinions?
Since EAPI 5, you need to either add test to IUSE, or else we need to add the test flag to IUSE_IMPLICIT in the base profile (that would require some discussion of pros/cons). -- Thanks, Zac
