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 75FBE1584AD for ; Wed, 23 Apr 2025 10:33:54 +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 60975343062 for ; Wed, 23 Apr 2025 10:33:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F176E1104B8; Wed, 23 Apr 2025 10:33:41 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E8A5E1104B8 for ; Wed, 23 Apr 2025 10:33:41 +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 A045434305D for ; Wed, 23 Apr 2025 10:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D1BF25EF for ; Wed, 23 Apr 2025 10:33:38 +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: <1745404356.dc94e50dee99bfa4fdda5dcba8d7c122480c123b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/containers-storage/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/containers-storage/containers-storage-1.57.2.ebuild X-VCS-Directories: app-containers/containers-storage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc94e50dee99bfa4fdda5dcba8d7c122480c123b X-VCS-Branch: master Date: Wed, 23 Apr 2025 10:33:38 +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: f7f38b7e-19e5-4dea-953d-c587d58fd8f6 X-Archives-Hash: 66026a1ab6a3625792a852449a4bfb6e commit: dc94e50dee99bfa4fdda5dcba8d7c122480c123b Author: Sam James gentoo org> AuthorDate: Wed Apr 23 10:31:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 23 10:32:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc94e50d app-containers/containers-storage: Stabilize 1.57.2 arm64, #954243 Signed-off-by: Sam James gentoo.org> app-containers/containers-storage/containers-storage-1.57.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/containers-storage/containers-storage-1.57.2.ebuild b/app-containers/containers-storage/containers-storage-1.57.2.ebuild index b4037bbeac14..25a0fe9fc1e1 100644 --- a/app-containers/containers-storage/containers-storage-1.57.2.ebuild +++ b/app-containers/containers-storage/containers-storage-1.57.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/containers/storage/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P#containers-}" - KEYWORDS="~amd64 ~arm64 ~loong ~riscv" + KEYWORDS="~amd64 arm64 ~loong ~riscv" fi LICENSE="Apache-2.0"