commit: 1e430968fb0b08cf50b85cec2770384a06b440b6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 14:37:40 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 14:37:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e430968
dev-debug/systemtap: Stabilize 5.3 amd64, #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 1de1576731cc..16f3d9a060e4 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"