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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C78121392E8 for ; Sat, 24 Jul 2021 15:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CF64E0DC3; Sat, 24 Jul 2021 15:22:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F1ABE0DBA for ; Sat, 24 Jul 2021 15:22:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 407F3342D41 for ; Sat, 24 Jul 2021 15:22:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AAE7859 for ; Sat, 24 Jul 2021 15:22:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627140104.d76b50d5d0466c97e7e6a2497fe09effbd61d243.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d76b50d5d0466c97e7e6a2497fe09effbd61d243 X-VCS-Branch: master Date: Sat, 24 Jul 2021 15:22:28 +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: b0abbaca-b762-4fdc-b2c2-656a0967c7f7 X-Archives-Hash: 735f3fab33ea68e8de09157ef8190877 commit: d76b50d5d0466c97e7e6a2497fe09effbd61d243 Author: Sam James gentoo org> AuthorDate: Sat Jul 24 15:21:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 24 15:21:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76b50d5 dev-java/testng: Keyword 6.9.10 ppc64, #802609 Signed-off-by: Sam James gentoo.org> dev-java/testng/testng-6.9.10.ebuild | 4 ++-- 1 file 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 6be65aaa0a3..4166a670f72 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.