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 BAEF715808B for ; Mon, 12 Feb 2024 23:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A55CCE29E9; Mon, 12 Feb 2024 23:35:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8E327E29D5 for ; Mon, 12 Feb 2024 23:35:24 +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 AAA4D34306A for ; Mon, 12 Feb 2024 23:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 724C3CB1 for ; Mon, 12 Feb 2024 23:35:21 +0000 (UTC) From: "Piotr Kubaj" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Kubaj" Message-ID: <1707780826.4896253f784ebf2ee68eabd2854547b43ff297d3.pkubaj@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/afetch/afetch-2.2.0.ebuild X-VCS-Directories: app-misc/afetch/ X-VCS-Committer: pkubaj X-VCS-Committer-Name: Piotr Kubaj X-VCS-Revision: 4896253f784ebf2ee68eabd2854547b43ff297d3 X-VCS-Branch: dev Date: Mon, 12 Feb 2024 23:35:21 +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: 57fe5bbd-ede0-4b6a-a066-9e6e51ecb723 X-Archives-Hash: 36fb19128cd4a2a8b1a51c1097ed0863 commit: 4896253f784ebf2ee68eabd2854547b43ff297d3 Author: Piotr Kubaj anongoth pl> AuthorDate: Mon Feb 12 23:31:51 2024 +0000 Commit: Piotr Kubaj anongoth pl> CommitDate: Mon Feb 12 23:33:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4896253f app-misc/afetch: keyword 2.2.0 for ~arm64 Signed-off-by: Piotr Kubaj anongoth.pl> app-misc/afetch/afetch-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/afetch/afetch-2.2.0.ebuild b/app-misc/afetch/afetch-2.2.0.ebuild index f8f6f7f095..11fcd6361f 100644 --- a/app-misc/afetch/afetch-2.2.0.ebuild +++ b/app-misc/afetch/afetch-2.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/13-CF/afetch/archive/refs/tags/V${PV}.tar.gz -> ${P} LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="savedconfig" src_prepare() {