commit: bd5c7ad2ee98c45362ebb7cfd21b82669405692c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 14:37:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 14:37:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5c7ad2
dev-debug/systemtap: Stabilize 5.3 x86, #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 f4b01656453e..5637295b6255 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"