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 EA40A158090 for ; Fri, 20 May 2022 01:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A8EDE0946; Fri, 20 May 2022 01:17:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1FEC6E0946 for ; Fri, 20 May 2022 01:17:25 +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 33BCD34152D for ; Fri, 20 May 2022 01:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E6164C8 for ; Fri, 20 May 2022 01:17:20 +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: <1653009428.a439dd2ccc02ee09d8d5855457969a5d466a3e16.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jcommander/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jcommander/jcommander-1.82.ebuild X-VCS-Directories: dev-java/jcommander/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a439dd2ccc02ee09d8d5855457969a5d466a3e16 X-VCS-Branch: master Date: Fri, 20 May 2022 01:17:20 +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: 6c692961-9790-493a-9f90-369f1e95e86d X-Archives-Hash: eb2d861c8b4ac786db1ce46abddc8351 commit: a439dd2ccc02ee09d8d5855457969a5d466a3e16 Author: Sam James gentoo org> AuthorDate: Fri May 20 01:17:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 20 01:17:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a439dd2c dev-java/jcommander: Stabilize 1.82 ppc64, #846419 Signed-off-by: Sam James gentoo.org> dev-java/jcommander/jcommander-1.82.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jcommander/jcommander-1.82.ebuild b/dev-java/jcommander/jcommander-1.82.ebuild index ff0e503da849..c7ad7874ee55 100644 --- a/dev-java/jcommander/jcommander-1.82.ebuild +++ b/dev-java/jcommander/jcommander-1.82.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/cbeust/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" DEPEND=" >=virtual/jdk-1.8:*