diff options
author | 2024-03-17 10:25:06 -0700 | |
---|---|---|
committer | 2024-03-17 10:25:47 -0700 | |
commit | 58493f8b8a7e5e0f7a3b17c8f0a02d6a87dfc1c6 (patch) | |
tree | 52958e38276435b613830abc7aade00ccbf7d889 /app-containers/buildah | |
parent | app-misc/tmuxp: add 1.42.0 (diff) | |
download | gentoo-58493f8b8a7e5e0f7a3b17c8f0a02d6a87dfc1c6.tar.gz gentoo-58493f8b8a7e5e0f7a3b17c8f0a02d6a87dfc1c6.tar.bz2 gentoo-58493f8b8a7e5e0f7a3b17c8f0a02d6a87dfc1c6.zip |
app-containers/buildah: mask 1.34.0
Masking because it isn't getting security fixes from upstream and seems
like 1.34.x is more suitable for podman 5.x (yet to be released)
https://github.com/containers/buildah/issues/5320
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/35261
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-containers/buildah')
-rw-r--r-- | app-containers/buildah/buildah-1.34.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/buildah/buildah-1.34.0.ebuild b/app-containers/buildah/buildah-1.34.0.ebuild index fb2f52d55abd..6237903cb5cc 100644 --- a/app-containers/buildah/buildah-1.34.0.ebuild +++ b/app-containers/buildah/buildah-1.34.0.ebuild @@ -29,7 +29,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="arm64" + # KEYWORDS="amd64 arm64" fi RDEPEND=" |