commit: d916d8f260fc8978bf83db13b830313139872a87 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Fri Nov 29 20:35:22 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 20:35:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d916d8f2
dev-java/jempbox: fix QA warning about test RESTRICT Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-java/jempbox/jempbox-1.8.11-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild index b7fc5d711d7..6468e5258c7 100644 --- a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild +++ b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild @@ -17,6 +17,7 @@ LICENSE="Apache-2.0" SLOT="1.8" KEYWORDS="amd64 arm64 ~ppc64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=virtual/jre-1.8"
