diff options
author | 2025-01-10 11:23:30 +0200 | |
---|---|---|
committer | 2025-01-10 11:23:30 +0200 | |
commit | e73bbfc722a258cca0bae2351995e6e99dfbbad5 (patch) | |
tree | 731a8b70f585d73a615fdb8f9b478f9e6260a4e5 /app-containers | |
parent | app-containers/netavark: Stabilize 1.12.2-r1 amd64, #947805 (diff) | |
download | gentoo-e73bbfc722a258cca0bae2351995e6e99dfbbad5.tar.gz gentoo-e73bbfc722a258cca0bae2351995e6e99dfbbad5.tar.bz2 gentoo-e73bbfc722a258cca0bae2351995e6e99dfbbad5.zip |
app-containers/containers-image: Stabilize 5.32.2 arm64, #947801
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/containers-image/containers-image-5.32.2.ebuild | 2 |
1 files changed, 1 insertions, 1 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 f5a004d30e14..4226aabc608e 100644 --- a/app-containers/containers-image/containers-image-5.32.2.ebuild +++ b/app-containers/containers-image/containers-image-5.32.2.ebuild @@ -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" |