diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-02-14 12:37:54 +0530 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-03-06 17:24:39 -0800 |
commit | feb2fbb1380da93733c29ca730ea82bfc9a1da76 (patch) | |
tree | 74e6cdfbf5ca25686b3450f61eab769c05a5fa35 /app-containers/buildah | |
parent | app-containers/buildah: add 1.34.1 (diff) | |
download | gentoo-feb2fbb1380da93733c29ca730ea82bfc9a1da76.tar.gz gentoo-feb2fbb1380da93733c29ca730ea82bfc9a1da76.tar.bz2 gentoo-feb2fbb1380da93733c29ca730ea82bfc9a1da76.zip |
app-containers/buildah: mask 1.34.0 for amd64 (arm64 first must stabilize 1.33.x)
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
Bug: https://bugs.gentoo.org/924456
From: 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 122832c8ba10..fb2f52d55abd 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="amd64 arm64" + KEYWORDS="arm64" fi RDEPEND=" |