dev-util/pahole: Sync with Gentoo

It's from Gentoo commit f3c2501cb73441d0dcab997df0f0f14c1c5bdba5.
This commit is contained in:
Flatcar Buildbot 2024-03-11 07:13:03 +00:00 committed by Krzesimir Nowak
parent 54d499c841
commit d98a6a5474

View File

@ -37,7 +37,7 @@ LICENSE="GPL-2" # only
SLOT="0" SLOT="0"
IUSE="debug" IUSE="debug"
if [[ ${PV} != 9999 ]] ; then if [[ ${PV} != 9999 ]] ; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
fi fi
REQUIRED_USE="${PYTHON_REQUIRED_USE}" REQUIRED_USE="${PYTHON_REQUIRED_USE}"