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 4A08915817D for ; Sat, 22 Jun 2024 20:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C398E2B22; Sat, 22 Jun 2024 20:01:42 +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 10AEAE2B20 for ; Sat, 22 Jun 2024 20:01:42 +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 69D20341C25 for ; Sat, 22 Jun 2024 20:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98D8D1D5C for ; Sat, 22 Jun 2024 20:01:08 +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: <1719086416.4719ce6311b834c433f1c77533cdef5ad56eb6df.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-3.07.23980.ebuild X-VCS-Directories: sys-block/arcconf/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 4719ce6311b834c433f1c77533cdef5ad56eb6df X-VCS-Branch: master Date: Sat, 22 Jun 2024 20:01:08 +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: 4497cf97-2714-4af1-98ee-0b89e7ff728b X-Archives-Hash: bbf0444a7298af650dbbbc42b9f354b0 commit: 4719ce6311b834c433f1c77533cdef5ad56eb6df Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jun 22 19:57:48 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jun 22 20:00:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4719ce63 sys-block/arcconf: arm64 stable Signed-off-by: Conrad Kostecki gentoo.org> sys-block/arcconf/arcconf-3.07.23980.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/arcconf/arcconf-3.07.23980.ebuild b/sys-block/arcconf/arcconf-3.07.23980.ebuild index 7cbc4e191c6d..5a7714654de7 100644 --- a/sys-block/arcconf/arcconf-3.07.23980.ebuild +++ b/sys-block/arcconf/arcconf-3.07.23980.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/linux_x64" LICENSE="Microsemi" SLOT="0" -KEYWORDS="-* amd64 ~arm64" +KEYWORDS="-* amd64 arm64" BDEPEND="app-arch/unzip"