Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: ruby@g.o, Naohiro Aota <naota@g.o>
Subject: Re: [gentoo-dev] [PATCH v2 06/10] ruby-ng-gnome2.eclass: add test dependency
Date: Mon, 04 May 2020 05:09:35
Message-Id: 81a7295fd81c01157aec44866925e5afca659ea2.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 06/10] ruby-ng-gnome2.eclass: add test dependency by Naohiro Aota
1 On Mon, 2020-05-04 at 11:22 +0900, Naohiro Aota wrote:
2 > Signed-off-by: Naohiro Aota <naota@g.o>
3 > ---
4 > eclass/ruby-ng-gnome2.eclass | 7 +++++--
5 > 1 file changed, 5 insertions(+), 2 deletions(-)
6 >
7 > diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass
8 > index ac112e006205..a1a84f3045ed 100644
9 > --- a/eclass/ruby-ng-gnome2.eclass
10 > +++ b/eclass/ruby-ng-gnome2.eclass
11 > @@ -26,10 +26,13 @@ RUBY_FAKEGEM_TASK_DOC=""
12 >
13 > inherit ruby-fakegem
14 >
15 > -IUSE=""
16 > +IUSE="test"
17 > +RESTRICT="!test? ( test )"
18
19 Just in case: do you know that RESTRICT is not stacked, so all ebuilds
20 need to do RESTRICT+= now?
21
22 --
23 Best regards,
24 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature