diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 15:37:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 15:37:27 +0300 |
commit | 6d962f5b6f729933937c8345094edebc96d30a4c (patch) | |
tree | 72853e9902bc24db554f56363dcc1f757b91822a /app-containers/containers-image | |
parent | www-servers/caddy: Stabilize 2.7.6-r2 arm64, #931746 (diff) | |
download | gentoo-6d962f5b6f729933937c8345094edebc96d30a4c.tar.gz gentoo-6d962f5b6f729933937c8345094edebc96d30a4c.tar.bz2 gentoo-6d962f5b6f729933937c8345094edebc96d30a4c.zip |
app-containers/containers-image: Stabilize 5.30.0 arm64, #931750
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers/containers-image')
-rw-r--r-- | app-containers/containers-image/containers-image-5.30.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/containers-image/containers-image-5.30.0.ebuild b/app-containers/containers-image/containers-image-5.30.0.ebuild index 55f43b3dd19e..de66edc71622 100644 --- a/app-containers/containers-image/containers-image-5.30.0.ebuild +++ b/app-containers/containers-image/containers-image-5.30.0.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 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" fi LICENSE="Apache-2.0" |