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 D590E158086 for ; Fri, 31 Dec 2021 09:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA1412BC006; Fri, 31 Dec 2021 09:55:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 608C82BC006 for ; Fri, 31 Dec 2021 09:55:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E5AB342B94 for ; Fri, 31 Dec 2021 09:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3C6A1BF for ; Fri, 31 Dec 2021 09:55:38 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1640944526.56a02f9f29dab5da048b684869f54db1af7b5faf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jython/jython-2.7.0-r4.ebuild X-VCS-Directories: dev-java/jython/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 56a02f9f29dab5da048b684869f54db1af7b5faf X-VCS-Branch: master Date: Fri, 31 Dec 2021 09:55:38 +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: 2ee2667b-12e2-4fb0-820e-7b250f203b95 X-Archives-Hash: 9f73bc2f75c636d1ff9175c980c539e8 commit: 56a02f9f29dab5da048b684869f54db1af7b5faf Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 31 09:55:26 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 31 09:55:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a02f9f dev-java/jython: Keyword 2.7.0-r4 ppc64, #824770 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/jython/jython-2.7.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jython/jython-2.7.0-r4.ebuild b/dev-java/jython/jython-2.7.0-r4.ebuild index 424604dcc202..45f520a8644b 100644 --- a/dev-java/jython/jython-2.7.0-r4.ebuild +++ b/dev-java/jython/jython-2.7.0-r4.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://search.maven.org/remotecontent?filepath=org/python/${PN}/${MY_P LICENSE="PSF-2" SLOT="2.7" -KEYWORDS="~amd64 arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples test" CP_DEPEND="dev-java/antlr:3