From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CF7D158041 for ; Thu, 7 Mar 2024 01:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE43E29DA; Thu, 7 Mar 2024 01:25:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 279E1E29DA for ; Thu, 7 Mar 2024 01:25:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29A6A335D1C for ; Thu, 7 Mar 2024 01:25:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDD4E14D7 for ; Thu, 7 Mar 2024 01:25:09 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1709774679.feb2fbb1380da93733c29ca730ea82bfc9a1da76.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/buildah/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/buildah/buildah-1.34.0.ebuild X-VCS-Directories: app-containers/buildah/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: feb2fbb1380da93733c29ca730ea82bfc9a1da76 X-VCS-Branch: master Date: Thu, 7 Mar 2024 01:25:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0dcc51da-77c0-4215-a19d-88a9a911cf84 X-Archives-Hash: d961187904ca133e99c0e43475e137f2 commit: feb2fbb1380da93733c29ca730ea82bfc9a1da76 Author: Zac Medico gentoo org> AuthorDate: Wed Feb 14 07:07:54 2024 +0000 Commit: Zac Medico gentoo 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 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="