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 C257915802F for ; Wed, 29 Mar 2023 11:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 609C42BC015; Wed, 29 Mar 2023 11:33:33 +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 431932BC015 for ; Wed, 29 Mar 2023 11:33:33 +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 48724335C2E for ; Wed, 29 Mar 2023 11:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F4F68EB for ; Wed, 29 Mar 2023 11:33:30 +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: <1680089587.c69e37bc3ce814cfa230cb3f27fbc2cfb6b7ea4c.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c69e37bc3ce814cfa230cb3f27fbc2cfb6b7ea4c X-VCS-Branch: master Date: Wed, 29 Mar 2023 11:33:30 +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: 0c6827c7-2630-4831-8712-697afb9ddf24 X-Archives-Hash: c6bc24267a65f8f29eb7f04341ef197a commit: c69e37bc3ce814cfa230cb3f27fbc2cfb6b7ea4c Author: Sam James gentoo org> AuthorDate: Wed Mar 29 11:33:07 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 29 11:33:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69e37bc dev-java/jnr-posix: Stabilize 3.1.16 arm64, #903523 Signed-off-by: Sam James 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 8a1490e9b7d9..c19ea8a07112 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