diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-03-11 00:21:43 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-03-11 00:21:43 +0100 |
commit | f3c2501cb73441d0dcab997df0f0f14c1c5bdba5 (patch) | |
tree | 740c68d5a8db32b774ed785af8e1d0e9ccd736e4 /dev-util/pahole | |
parent | dev-util/bpftool: Stabilize 6.7.6-r1 arm, #916522 (diff) | |
download | gentoo-f3c2501cb73441d0dcab997df0f0f14c1c5bdba5.tar.gz gentoo-f3c2501cb73441d0dcab997df0f0f14c1c5bdba5.tar.bz2 gentoo-f3c2501cb73441d0dcab997df0f0f14c1c5bdba5.zip |
dev-util/pahole: Stabilize 1.26 arm, #916522
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/pahole')
-rw-r--r-- | dev-util/pahole/pahole-1.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pahole/pahole-1.26.ebuild b/dev-util/pahole/pahole-1.26.ebuild index a86497b27a38..50575560130c 100644 --- a/dev-util/pahole/pahole-1.26.ebuild +++ b/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}" |