From a63598afaad97008d5ae40d8eff390a9a067c96c Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Oct 2025 07:06:11 +0000 Subject: [PATCH] app-containers/crun: Sync with Gentoo It's from Gentoo commit 8c4d9b040ae6ee8d72568713a09d0911b0b5b5f9. Signed-off-by: Flatcar Buildbot --- .../portage-stable/app-containers/crun/crun-1.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/app-containers/crun/crun-1.21.ebuild b/sdk_container/src/third_party/portage-stable/app-containers/crun/crun-1.21.ebuild index 5960de0a26..16f0b68211 100644 --- a/sdk_container/src/third_party/portage-stable/app-containers/crun/crun-1.21.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-containers/crun/crun-1.21.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/containers/${PN}.git" else SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv" + KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv" fi LICENSE="GPL-2+ LGPL-2.1+"