summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-24 16:21:44 +0100
committerSam James <sam@gentoo.org>2021-07-24 16:21:44 +0100
commitd76b50d5d0466c97e7e6a2497fe09effbd61d243 (patch)
tree8da83ccd8b88507e83ed36a174924242aee9f4a0
parentdev-java/dom4j: Keyword 2.1.3 ppc64, #802609 (diff)
downloadgentoo-d76b50d5d0466c97e7e6a2497fe09effbd61d243.tar.gz
gentoo-d76b50d5d0466c97e7e6a2497fe09effbd61d243.tar.bz2
gentoo-d76b50d5d0466c97e7e6a2497fe09effbd61d243.zip
dev-java/testng: Keyword 6.9.10 ppc64, #802609
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-java/testng/testng-6.9.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/testng/testng-6.9.10.ebuild b/dev-java/testng/testng-6.9.10.ebuild
index 6be65aaa0a31..4166a670f721 100644
--- a/dev-java/testng/testng-6.9.10.ebuild
+++ b/dev-java/testng/testng-6.9.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -11,7 +11,7 @@ DESCRIPTION="Testing framework inspired by JUnit and NUnit with new features"
HOMEPAGE="https://testng.org/"
SRC_URI="https://github.com/cbeust/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
SLOT="0"
IUSE="test"
RESTRICT="test" # Occasionally fail or run *REALLY* slowly.