commit: d1d65c9a0247d9105f78be767161b415d7bedba8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 14:37:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 14:37:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d65c9a
dev-debug/systemtap: Stabilize 5.3 arm64, #962842
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-debug/systemtap/systemtap-5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-debug/systemtap/systemtap-5.3.ebuild
b/dev-debug/systemtap/systemtap-5.3.ebuild
index 5637295b6255..1de1576731cc 100644
--- a/dev-debug/systemtap/systemtap-5.3.ebuild
+++ b/dev-debug/systemtap/systemtap-5.3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://sourceware.org/ftp/${PN}/releases/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc x86"
+ KEYWORDS="~alpha ~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390
~sparc x86"
fi
LICENSE="GPL-2"