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 EEB60158B20 for ; Wed, 05 Feb 2025 21:43:23 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D37B7343081 for ; Wed, 05 Feb 2025 21:43:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EC747110479; Wed, 05 Feb 2025 21:43:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id E4F14110479 for ; Wed, 05 Feb 2025 21:43:06 +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 A0B6134300B for ; Wed, 05 Feb 2025 21:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F28BB267E for ; Wed, 05 Feb 2025 21:43:03 +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: <1738791774.7d593dc48daac255a362ac494f860c43f60256a9.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.23.00.27147.ebuild X-VCS-Directories: sys-block/arcconf/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7d593dc48daac255a362ac494f860c43f60256a9 X-VCS-Branch: master Date: Wed, 05 Feb 2025 21:43:03 +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: 292e8d34-70b7-48bb-9f86-52ea9d07c57f X-Archives-Hash: 88a57dabbb2aaba0a2e1486b8677701f commit: 7d593dc48daac255a362ac494f860c43f60256a9 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Feb 5 21:22:28 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Feb 5 21:42:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d593dc4 sys-block/arcconf: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> sys-block/arcconf/arcconf-4.23.00.27147.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/arcconf/arcconf-4.23.00.27147.ebuild b/sys-block/arcconf/arcconf-4.23.00.27147.ebuild index e1c01a3e4e5c..fcc27a140275 100644 --- a/sys-block/arcconf/arcconf-4.23.00.27147.ebuild +++ b/sys-block/arcconf/arcconf-4.23.00.27147.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}" LICENSE="Microsemi" SLOT="0" -KEYWORDS="-* ~amd64 ~arm64" +KEYWORDS="-* amd64 ~arm64" BDEPEND="app-arch/unzip"