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 0A2E415808B for ; Mon, 7 Feb 2022 06:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D13F2BC028; Mon, 7 Feb 2022 06:32:16 +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 826532BC014 for ; Mon, 7 Feb 2022 06:32:16 +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 70484342DDA for ; Mon, 7 Feb 2022 06:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 536552D1 for ; Mon, 7 Feb 2022 06:32:12 +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: <1644215487.08a68c348a2d15c1c8e05f7ebe26eb3b5a1d4dcc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdispatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdispatch/libdispatch-5.3.3-r1.ebuild X-VCS-Directories: dev-libs/libdispatch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 08a68c348a2d15c1c8e05f7ebe26eb3b5a1d4dcc X-VCS-Branch: master Date: Mon, 7 Feb 2022 06:32:12 +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: a5bb7400-f4fd-4450-84ac-9dafa3f24549 X-Archives-Hash: fd6e1875b1a9753bbec53884e861e0c8 commit: 08a68c348a2d15c1c8e05f7ebe26eb3b5a1d4dcc Author: Sam James gentoo org> AuthorDate: Mon Feb 7 06:31:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 7 06:31:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a68c34 dev-libs/libdispatch: Keyword 5.3.3-r1 arm64, #830712 Signed-off-by: Sam James gentoo.org> dev-libs/libdispatch/libdispatch-5.3.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdispatch/libdispatch-5.3.3-r1.ebuild b/dev-libs/libdispatch/libdispatch-5.3.3-r1.ebuild index 5ec153ddcd8c..84d29b791acc 100644 --- a/dev-libs/libdispatch/libdispatch-5.3.3-r1.ebuild +++ b/dev-libs/libdispatch/libdispatch-5.3.3-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/apple/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ppc64 ~riscv x86" DEPEND="!gnustep-base/libobjc2" RDEPEND="${DEPEND}"