Re: [gentoo-dev] [PATCH] virtualx.eclass: Append RESTRICT="!test? ( test )" by default

2019-12-20 Thread Kent Fredric
On Fri, 13 Dec 2019 12:50:00 +0100 Alexis Ballier wrote: > Seems a good candidate for a future EAPI In theory, there are packages that can execute src_test when USE="test" is not satisfied. Just I don't tend to see this in practice. pgpOyg14m2iTZ.pgp Description: OpenPGP digital signature

Re: [gentoo-dev] [PATCH] virtualx.eclass: Append RESTRICT="!test? ( test )" by default

2019-12-13 Thread Alexis Ballier
On Thu, 2019-12-12 at 12:14 -0500, Mike Gilbert wrote: > On Thu, Dec 12, 2019 at 12:02 PM NP-Hardass > wrote: > > On 12/11/19 9:58 AM, Michał Górny wrote: > > > Append RESTRICT="!test? ( test )" in the default case when > > > virtualx > > > is conditional to USE=test. This fixes 440

Re: [gentoo-dev] [PATCH] virtualx.eclass: Append RESTRICT="!test? ( test )" by default

2019-12-12 Thread Mike Gilbert
On Thu, Dec 12, 2019 at 12:02 PM NP-Hardass wrote: > > On 12/11/19 9:58 AM, Michał Górny wrote: > > Append RESTRICT="!test? ( test )" in the default case when virtualx > > is conditional to USE=test. This fixes 440 MissingTestRestrict > > warnings. > > > > Signed-off-by: Michał Górny > > --- >

Re: [gentoo-dev] [PATCH] virtualx.eclass: Append RESTRICT="!test? ( test )" by default

2019-12-12 Thread NP-Hardass
On 12/11/19 9:58 AM, Michał Górny wrote: > Append RESTRICT="!test? ( test )" in the default case when virtualx > is conditional to USE=test. This fixes 440 MissingTestRestrict > warnings. > > Signed-off-by: Michał Górny > --- > eclass/virtualx.eclass | 2 ++ > 1 file changed, 2 insertions(+) >

Re: [gentoo-dev] [PATCH] virtualx.eclass: Append RESTRICT="!test? ( test )" by default

2019-12-11 Thread Aaron Bauman
On Wed, Dec 11, 2019 at 03:58:33PM +0100, Michał Górny wrote: > Append RESTRICT="!test? ( test )" in the default case when virtualx > is conditional to USE=test. This fixes 440 MissingTestRestrict > warnings. > > Signed-off-by: Michał Górny > --- > eclass/virtualx.eclass | 2 ++ > 1 file

[gentoo-dev] [PATCH] virtualx.eclass: Append RESTRICT="!test? ( test )" by default

2019-12-11 Thread Michał Górny
Append RESTRICT="!test? ( test )" in the default case when virtualx is conditional to USE=test. This fixes 440 MissingTestRestrict warnings. Signed-off-by: Michał Górny --- eclass/virtualx.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/virtualx.eclass