Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/testng/
Date: Tue, 19 Oct 2021 00:15:16
Message-Id: 1634602470.acd85e588c65a140665b6fb03a0255f0a23c8f4f.sam@gentoo
1 commit: acd85e588c65a140665b6fb03a0255f0a23c8f4f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 19 00:14:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 19 00:14:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd85e58
7
8 dev-java/testng: Keyword 6.9.10 arm64, #802609
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/testng/testng-6.9.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/testng/testng-6.9.10.ebuild b/dev-java/testng/testng-6.9.10.ebuild
16 index 4166a670f72..240420f9398 100644
17 --- a/dev-java/testng/testng-6.9.10.ebuild
18 +++ b/dev-java/testng/testng-6.9.10.ebuild
19 @@ -11,7 +11,7 @@ DESCRIPTION="Testing framework inspired by JUnit and NUnit with new features"
20 HOMEPAGE="https://testng.org/"
21 SRC_URI="https://github.com/cbeust/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="Apache-2.0"
23 -KEYWORDS="amd64 ~ppc64 x86"
24 +KEYWORDS="amd64 ~arm64 ~ppc64 x86"
25 SLOT="0"
26 IUSE="test"
27 RESTRICT="test" # Occasionally fail or run *REALLY* slowly.