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 0D864158086 for ; Thu, 25 Nov 2021 04:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F4472BC024; Thu, 25 Nov 2021 04:15:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2962A2BC024 for ; Thu, 25 Nov 2021 04:15:04 +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 B40D83433B1 for ; Thu, 25 Nov 2021 04:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C676F1DD for ; Thu, 25 Nov 2021 04:15:00 +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: <1637813686.0a8f27545133358411c03e542172997775c2010f.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.0.10-r1.ebuild X-VCS-Directories: dev-java/jnr-posix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a8f27545133358411c03e542172997775c2010f X-VCS-Branch: master Date: Thu, 25 Nov 2021 04:15:00 +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: 1895fbe4-7b17-49ea-a649-f86670c502b4 X-Archives-Hash: fa78a29028516a33f825fb55e5548b69 commit: 0a8f27545133358411c03e542172997775c2010f Author: Sam James gentoo org> AuthorDate: Thu Nov 25 04:14:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 25 04:14:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8f2754 dev-java/jnr-posix: Stabilize 3.0.10-r1 amd64, #826850 Signed-off-by: Sam James gentoo.org> dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild b/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild index 717b49144f69..cc7d5a2639f6 100644 --- a/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild +++ b/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )" SLOT="3.0" -KEYWORDS="~amd64 arm64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux ~x86-solaris" CDEPEND="dev-java/jnr-constants:0 dev-java/jnr-ffi:2"