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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C13641581F3 for ; Tue, 26 Nov 2024 03:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2C18E0824; Tue, 26 Nov 2024 03:10:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBEBBE0824 for ; Tue, 26 Nov 2024 03:10:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7DF5342FF8 for ; Tue, 26 Nov 2024 03:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C5C21F0B for ; Tue, 26 Nov 2024 03:10:43 +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: <1732590622.36b76470fa44df5ce6da7e208ce603cbcfc1e35f.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.55.1.ebuild X-VCS-Directories: app-containers/containers-storage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 36b76470fa44df5ce6da7e208ce603cbcfc1e35f X-VCS-Branch: master Date: Tue, 26 Nov 2024 03:10:43 +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: 4afbcacf-13fd-4cdf-baac-40d9ace07e41 X-Archives-Hash: d0d78e3a70abfd3f2ec16e26c349a08c commit: 36b76470fa44df5ce6da7e208ce603cbcfc1e35f Author: Sam James gentoo org> AuthorDate: Tue Nov 26 03:10:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 26 03:10:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b76470 app-containers/containers-storage: Stabilize 1.55.1 amd64, #944944 Signed-off-by: Sam James gentoo.org> app-containers/containers-storage/containers-storage-1.55.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/containers-storage/containers-storage-1.55.1.ebuild b/app-containers/containers-storage/containers-storage-1.55.1.ebuild index d8431530b35e..360694b3adcd 100644 --- a/app-containers/containers-storage/containers-storage-1.55.1.ebuild +++ b/app-containers/containers-storage/containers-storage-1.55.1.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"