From 8c96c311fe2f771a1d081e28370126f4e7634d05 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 28 Apr 2025 07:11:58 +0000 Subject: [PATCH] app-containers/containers-image: Sync with Gentoo It's from Gentoo commit 821647ad5d6cb445ebb7902c872993f77e61adb2. --- .../containers-image/containers-image-5.34.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/app-containers/containers-image/containers-image-5.34.2.ebuild b/sdk_container/src/third_party/portage-stable/app-containers/containers-image/containers-image-5.34.2.ebuild index 921fadc2e3..e588d895ad 100644 --- a/sdk_container/src/third_party/portage-stable/app-containers/containers-image/containers-image-5.34.2.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-containers/containers-image/containers-image-5.34.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/containers/image/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P#containers-}" - KEYWORDS="~amd64 ~arm64 ~loong ~riscv" + KEYWORDS="amd64 arm64 ~loong ~riscv" fi LICENSE="Apache-2.0"