commit: feb2fbb1380da93733c29ca730ea82bfc9a1da76 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Wed Feb 14 07:07:54 2024 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu Mar 7 01:24:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb2fbb1
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 <AT> gentoo.org> app-containers/buildah/buildah-1.34.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="
