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 E9C0E15ACFB for ; Sun, 9 Apr 2023 19:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8562E0802; Sun, 9 Apr 2023 19:09:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BC7E0E0802 for ; Sun, 9 Apr 2023 19:09:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0190F3410DE for ; Sun, 9 Apr 2023 19:09:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8968A37 for ; Sun, 9 Apr 2023 19:09:19 +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: <1681067340.b40d98768e0527db2323f9e869eb1572a1c5238e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-posix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jnr-posix/jnr-posix-3.1.16.ebuild X-VCS-Directories: dev-java/jnr-posix/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b40d98768e0527db2323f9e869eb1572a1c5238e X-VCS-Branch: master Date: Sun, 9 Apr 2023 19:09:19 +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: a5f85107-1287-4a00-ab0c-16199c191286 X-Archives-Hash: 7183718e24aeaa47d52959de135f64ba commit: b40d98768e0527db2323f9e869eb1572a1c5238e Author: Arthur Zamarin gentoo org> AuthorDate: Sun Apr 9 19:09:00 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Apr 9 19:09:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40d9876 dev-java/jnr-posix: Stabilize 3.1.16 ppc64, #903523 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/jnr-posix/jnr-posix-3.1.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jnr-posix/jnr-posix-3.1.16.ebuild b/dev-java/jnr-posix/jnr-posix-3.1.16.ebuild index a67b9c29f3bd..0142cf6a0a6f 100644 --- a/dev-java/jnr-posix/jnr-posix-3.1.16.ebuild +++ b/dev-java/jnr-posix/jnr-posix-3.1.16.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="EPL-2.0 GPL-2 LGPL-2.1" SLOT="3.0" -KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86" +KEYWORDS="~amd64 ~arm arm64 ppc64 x86" CP_DEPEND=" >=dev-java/jnr-ffi-2.2.12:2