diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-11 18:16:23 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-11 18:16:23 +0300 |
commit | 189502ff4cb0bf30d7fbe6a2a6268765be36c0f0 (patch) | |
tree | 044b637b16bddb93f7c95a5af4e6dfc774063d40 /app-containers/containers-image | |
parent | app-containers/snapd: Stabilize 2.61 amd64, #931749 (diff) | |
download | gentoo-189502ff4cb0bf30d7fbe6a2a6268765be36c0f0.tar.gz gentoo-189502ff4cb0bf30d7fbe6a2a6268765be36c0f0.tar.bz2 gentoo-189502ff4cb0bf30d7fbe6a2a6268765be36c0f0.zip |
app-containers/containers-image: Stabilize 5.30.0 amd64, #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 9d755c4cf4ad..55f43b3dd19e 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" |