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