summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-01-10 21:10:27 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-01-10 21:10:27 +0200
commit416be0d381e7360accf177119d1f6f7cc20c7f6d (patch)
tree39e22bbec706804bcc015736ad474008069e5c9f /dev-java/testng
parentdev-java/bsh: Keyword 2.0_beta6-r1 arm, #828049 (diff)
downloadgentoo-416be0d381e7360accf177119d1f6f7cc20c7f6d.tar.gz
gentoo-416be0d381e7360accf177119d1f6f7cc20c7f6d.tar.bz2
gentoo-416be0d381e7360accf177119d1f6f7cc20c7f6d.zip
dev-java/testng: Keyword 6.9.10 arm, #828049
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/testng')
-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 2811d9a49c6b..c644e8005e27 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-2021 Gentoo Authors
+# Copyright 1999-2022 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 arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
SLOT="0"
IUSE="test"
RESTRICT="test" # Occasionally fail or run *REALLY* slowly.