commit: 6e962eca21f0bcb9c39fdc8f828e9d50355dfe47
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 13:28:31 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 13:28:31 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e962eca
dev-debug/bpftrace: Stabilize 0.24.2 amd64, #971160
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/bpftrace/bpftrace-0.24.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-debug/bpftrace/bpftrace-0.24.2.ebuild
b/dev-debug/bpftrace/bpftrace-0.24.2.ebuild
index 7bb505c72208..8b8eed42d5c7 100644
--- a/dev-debug/bpftrace/bpftrace-0.24.2.ebuild
+++ b/dev-debug/bpftrace/bpftrace-0.24.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2025 Gentoo Authors
+# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,7 @@ if [[ ${PV} == *9999* ]] ; then
MAN_V="0.24.2"
else
SRC_URI="https://github.com/bpftrace/${PN}/archive/v${MY_PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="amd64 ~arm64"
# the man page version may trail the release
#MAN_V="0.24.2"
fi