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 C4114158091 for ; Thu, 2 Jun 2022 06:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0A32E0876; Thu, 2 Jun 2022 06:14:20 +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 96849E0876 for ; Thu, 2 Jun 2022 06:14:20 +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 B2596341EC4 for ; Thu, 2 Jun 2022 06:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B89C14F2 for ; Thu, 2 Jun 2022 06:14:16 +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: <1654150446.8352b1dd476e1bfb923f16d23d0aef413f728863.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild X-VCS-Directories: net-libs/NativeThread/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8352b1dd476e1bfb923f16d23d0aef413f728863 X-VCS-Branch: master Date: Thu, 2 Jun 2022 06:14:16 +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: add26275-74f3-4d83-880c-ec2b87251054 X-Archives-Hash: cb11bd2a1ea34c98fe3b8c345ed1e78f commit: 8352b1dd476e1bfb923f16d23d0aef413f728863 Author: Sam James gentoo org> AuthorDate: Thu Jun 2 06:14:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 2 06:14:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8352b1dd net-libs/NativeThread: Keyword 0_pre20190914-r1 arm, #834927 Signed-off-by: Sam James gentoo.org> net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild index b1073f7e8a3f..dd4f4037f848 100644 --- a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild +++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~arm ~x86" CDEPEND=" dev-java/jna:4