From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D0A0158086 for ; Tue, 16 Nov 2021 07:50:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48256E081E; Tue, 16 Nov 2021 07:50:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31B03E081E for ; Tue, 16 Nov 2021 07:50:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72DB5342F1A for ; Tue, 16 Nov 2021 07:49:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 323021C3 for ; Tue, 16 Nov 2021 07:49:58 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1637048995.5cc0e18683e48155eca8f3e099601d76fb784e47.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/testng/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/testng/testng-6.9.10.ebuild X-VCS-Directories: dev-java/testng/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 5cc0e18683e48155eca8f3e099601d76fb784e47 X-VCS-Branch: master Date: Tue, 16 Nov 2021 07:49:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb57456f-e5a4-44ff-a977-61a5f0dce4f8 X-Archives-Hash: fbf033df9c320e913d3a799250b0a8e1 commit: 5cc0e18683e48155eca8f3e099601d76fb784e47 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 16 07:49:55 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 16 07:49:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc0e186 dev-java/testng: ppc64 stable wrt bug #822921 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-java/testng/testng-6.9.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/testng/testng-6.9.10.ebuild b/dev-java/testng/testng-6.9.10.ebuild index 240420f9398f..6c6915b4672e 100644 --- a/dev-java/testng/testng-6.9.10.ebuild +++ b/dev-java/testng/testng-6.9.10.ebuild @@ -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 ~arm64 ppc64 x86" SLOT="0" IUSE="test" RESTRICT="test" # Occasionally fail or run *REALLY* slowly.