commit: c65bafc737f6b11fbf96173e4d4afe4619d50879
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 3 12:11:59 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 3 12:11:59 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65bafc7
app-containers/containers-storage: Stabilize 1.59.1 arm64, #969536
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-containers/containers-storage/containers-storage-1.59.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-containers/containers-storage/containers-storage-1.59.1.ebuild
b/app-containers/containers-storage/containers-storage-1.59.1.ebuild
index b4037bbeac14..4b9d3829530d 100644
--- a/app-containers/containers-storage/containers-storage-1.59.1.ebuild
+++ b/app-containers/containers-storage/containers-storage-1.59.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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"