diff options
author | Sam James <sam@gentoo.org> | 2024-03-24 05:57:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-24 05:57:48 +0000 |
commit | d1dd96a1beeda5884cc9168fc3f6b64efb57eb86 (patch) | |
tree | 64e58e537e30a3c71bb2b9b4c3954eebcbe2307b /app-containers | |
parent | app-containers/buildah: Stabilize 1.33.7 amd64, #927575 (diff) | |
download | gentoo-d1dd96a1beeda5884cc9168fc3f6b64efb57eb86.tar.gz gentoo-d1dd96a1beeda5884cc9168fc3f6b64efb57eb86.tar.bz2 gentoo-d1dd96a1beeda5884cc9168fc3f6b64efb57eb86.zip |
app-containers/buildah: Stabilize 1.34.3 amd64, #927575
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/buildah/buildah-1.34.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/buildah/buildah-1.34.3.ebuild b/app-containers/buildah/buildah-1.34.3.ebuild index 8d0698568fd3..d2df0195c32a 100644 --- a/app-containers/buildah/buildah-1.34.3.ebuild +++ b/app-containers/buildah/buildah-1.34.3.ebuild @@ -27,7 +27,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/containers/buildah.git" else SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" fi RDEPEND=" |