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 4946015ACFB for ; Tue, 25 Apr 2023 20:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E09D1E099F; Tue, 25 Apr 2023 20:57:26 +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 C731AE099F for ; Tue, 25 Apr 2023 20:57:26 +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 D96E4340F3E for ; Tue, 25 Apr 2023 20:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2456BA57 for ; Tue, 25 Apr 2023 20:57:23 +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: <1682456211.282fc036641edae875b1114e4529afa7ec367c1c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pkgcraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pkgcraft/pkgcraft-0.0.6.ebuild X-VCS-Directories: sys-libs/pkgcraft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 282fc036641edae875b1114e4529afa7ec367c1c X-VCS-Branch: master Date: Tue, 25 Apr 2023 20:57:23 +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: d73f7f06-cf4d-44af-90e2-4df5c5f78f0e X-Archives-Hash: d90be5ee813879807969cefc2f232635 commit: 282fc036641edae875b1114e4529afa7ec367c1c Author: Sam James gentoo org> AuthorDate: Tue Apr 25 20:56:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 25 20:56:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282fc036 sys-libs/pkgcraft: Keyword 0.0.6 arm64, #905033 Signed-off-by: Sam James gentoo.org> sys-libs/pkgcraft/pkgcraft-0.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/pkgcraft/pkgcraft-0.0.6.ebuild b/sys-libs/pkgcraft/pkgcraft-0.0.6.ebuild index af77f15e2a08..4de2706e1c2b 100644 --- a/sys-libs/pkgcraft/pkgcraft-0.0.6.ebuild +++ b/sys-libs/pkgcraft/pkgcraft-0.0.6.ebuild @@ -21,7 +21,7 @@ else SRC_URI="https://github.com/pkgcraft/pkgcraft/releases/download/${MY_P}/${MY_P}.tar.xz" S="${WORKDIR}"/${MY_P} - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="MIT"