From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 8511A1581FD for ; Thu, 11 Sep 2025 21:09:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 716A334198D for ; Thu, 11 Sep 2025 21:09:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F244E110581; Thu, 11 Sep 2025 21:08:36 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EA533110580 for ; Thu, 11 Sep 2025 21:08:36 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6681341603 for ; Thu, 11 Sep 2025 21:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F11839B6 for ; Thu, 11 Sep 2025 21:08:33 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1757624907.2340e8b7bcd05985d09cd05f944e09e59b706be6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/arcconf/arcconf-4.26.00.27449.ebuild X-VCS-Directories: sys-block/arcconf/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2340e8b7bcd05985d09cd05f944e09e59b706be6 X-VCS-Branch: master Date: Thu, 11 Sep 2025 21:08:33 +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: 4c7d27e7-1734-4415-bb92-2f5aa10ecee3 X-Archives-Hash: 34eda094246311fe5a0506b0497e4f53 commit: 2340e8b7bcd05985d09cd05f944e09e59b706be6 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 11 21:05:57 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 11 21:08:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2340e8b7 sys-block/arcconf: arm64 stable Signed-off-by: Conrad Kostecki gentoo.org> sys-block/arcconf/arcconf-4.26.00.27449.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/arcconf/arcconf-4.26.00.27449.ebuild b/sys-block/arcconf/arcconf-4.26.00.27449.ebuild index bd3d90aaf8cb..efc799e94598 100644 --- a/sys-block/arcconf/arcconf-4.26.00.27449.ebuild +++ b/sys-block/arcconf/arcconf-4.26.00.27449.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}" LICENSE="Microsemi" SLOT="0" -KEYWORDS="-* amd64 ~arm64" +KEYWORDS="-* amd64 arm64" BDEPEND="app-arch/unzip"