commit: a6f2f239418567e17bed03c1990f113bb4f9c043
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 09:23:13 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 09:23:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f2f239
app-containers/containers-image: Stabilize 5.32.2 amd64, #947801
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-containers/containers-image/containers-image-5.32.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-containers/containers-image/containers-image-5.32.2.ebuild
b/app-containers/containers-image/containers-image-5.32.2.ebuild
index 2b3c1bcb8666..f5a004d30e14 100644
--- a/app-containers/containers-image/containers-image-5.32.2.ebuild
+++ b/app-containers/containers-image/containers-image-5.32.2.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
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
else
SRC_URI="https://github.com/containers/image/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"