From cf70312299b8b26e36c9eba0439d8527f8b8d9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= Date: Mon, 26 Sep 2022 10:55:24 +0200 Subject: [PATCH] dev-util/bpftrace: unkeyword 0.16.0 until it actually builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://github.com/iovisor/bpftrace/issues/2349 Signed-off-by: Holger Hoffstätte Closes: https://github.com/gentoo/gentoo/pull/27471 Signed-off-by: Sam James --- dev-util/bpftrace/bpftrace-0.16.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/bpftrace/bpftrace-0.16.0.ebuild b/dev-util/bpftrace/bpftrace-0.16.0.ebuild index b6ef7864928b6..6f9fca048fd61 100644 --- a/dev-util/bpftrace/bpftrace-0.16.0.ebuild +++ b/dev-util/bpftrace/bpftrace-0.16.0.ebuild @@ -15,7 +15,10 @@ S="${WORKDIR}/${PN}-${MY_PV:-${PV}}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" + +# remove keywords until build works: +# https://github.com/iovisor/bpftrace/issues/2349 +#KEYWORDS="~amd64 ~arm64 ~x86" IUSE="fuzzing test" # lots of fixing needed