summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-12 02:00:49 +0100
committerSam James <sam@gentoo.org>2024-09-12 02:00:49 +0100
commitbefec4a4119cfc28dffcea87cf619777f0b6a9dd (patch)
tree5c4b29227c3960fcb8a5a6a28db83c6bae5bbfe0 /dev-debug
parentdev-debug/dtrace: don't wrap einfo line so hard (diff)
downloadgentoo-befec4a4119cfc28dffcea87cf619777f0b6a9dd.tar.gz
gentoo-befec4a4119cfc28dffcea87cf619777f0b6a9dd.tar.bz2
gentoo-befec4a4119cfc28dffcea87cf619777f0b6a9dd.zip
dev-debug/systemtap: Stabilize 5.1-r1 amd64, #939495
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/systemtap/systemtap-5.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/systemtap/systemtap-5.1-r1.ebuild b/dev-debug/systemtap/systemtap-5.1-r1.ebuild
index 863daaf9b0a7..66dc87d63e04 100644
--- a/dev-debug/systemtap/systemtap-5.1-r1.ebuild
+++ b/dev-debug/systemtap/systemtap-5.1-r1.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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
LICENSE="GPL-2"