From d98a6a54744764669bf42a599c79a53b8d399746 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 11 Mar 2024 07:13:03 +0000 Subject: [PATCH] dev-util/pahole: Sync with Gentoo It's from Gentoo commit f3c2501cb73441d0dcab997df0f0f14c1c5bdba5. --- .../portage-stable/dev-util/pahole/pahole-1.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-1.26.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-1.26.ebuild index 2e86a3d3a4..5057556013 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-1.26.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-1.26.ebuild @@ -37,7 +37,7 @@ LICENSE="GPL-2" # only SLOT="0" IUSE="debug" if [[ ${PV} != 9999 ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86" fi REQUIRED_USE="${PYTHON_REQUIRED_USE}"