diff options
author | Sam James <sam@gentoo.org> | 2024-11-26 03:10:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-26 03:10:22 +0000 |
commit | 36b76470fa44df5ce6da7e208ce603cbcfc1e35f (patch) | |
tree | 616ad7ca147ec6910e16c9fe0d1d706349bf2fc1 /app-containers | |
parent | app-containers/buildah: Stabilize 1.37.5 amd64, #944940 (diff) | |
download | gentoo-36b76470fa44df5ce6da7e208ce603cbcfc1e35f.tar.gz gentoo-36b76470fa44df5ce6da7e208ce603cbcfc1e35f.tar.bz2 gentoo-36b76470fa44df5ce6da7e208ce603cbcfc1e35f.zip |
app-containers/containers-storage: Stabilize 1.55.1 amd64, #944944
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/containers-storage/containers-storage-1.55.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/containers-storage/containers-storage-1.55.1.ebuild b/app-containers/containers-storage/containers-storage-1.55.1.ebuild index d8431530b35e..360694b3adcd 100644 --- a/app-containers/containers-storage/containers-storage-1.55.1.ebuild +++ b/app-containers/containers-storage/containers-storage-1.55.1.ebuild @@ -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" |