Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jempbox/
Date: Fri, 29 Nov 2019 20:35:57
Message-Id: 1575059746.d916d8f260fc8978bf83db13b830313139872a87.bman@gentoo
1 commit: d916d8f260fc8978bf83db13b830313139872a87
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 20:35:22 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 20:35:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d916d8f2
7
8 dev-java/jempbox: fix QA warning about test RESTRICT
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-java/jempbox/jempbox-1.8.11-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild
16 index b7fc5d711d7..6468e5258c7 100644
17 --- a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild
18 +++ b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild
19 @@ -17,6 +17,7 @@ LICENSE="Apache-2.0"
20 SLOT="1.8"
21 KEYWORDS="amd64 arm64 ~ppc64 ~x86"
22 IUSE="test"
23 +RESTRICT="!test? ( test )"
24
25 RDEPEND=">=virtual/jre-1.8"