diff --git a/dev-debug/bpftrace/bpftrace-0.25.1.ebuild b/dev-debug/bpftrace/bpftrace-0.25.1.ebuild index 5b65f8be22286..6cfbfa0d78809 100644 --- a/dev-debug/bpftrace/bpftrace-0.25.1.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.25.1.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} == *9999* ]] ; then MAN_V="0.25.0" else SRC_URI="https://github.com/bpftrace/bpftrace/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.25.0" fi