diff options
author | Holger Hoffstätte <holger@applied-asynchrony.com> | 2022-09-26 10:55:24 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-27 22:41:35 +0100 |
commit | cf70312299b8b26e36c9eba0439d8527f8b8d9aa (patch) | |
tree | acb7133fd0299ef0b7ba0b490030b5d85d06a1b6 /dev-util/bpftrace | |
parent | dev-util/bpftrace: add fix to work properly with LLVM-15 (diff) | |
download | gentoo-cf70312299b8b26e36c9eba0439d8527f8b8d9aa.tar.gz gentoo-cf70312299b8b26e36c9eba0439d8527f8b8d9aa.tar.bz2 gentoo-cf70312299b8b26e36c9eba0439d8527f8b8d9aa.zip |
dev-util/bpftrace: unkeyword 0.16.0 until it actually builds
Bug: https://github.com/iovisor/bpftrace/issues/2349
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/27471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/bpftrace')
-rw-r--r-- | dev-util/bpftrace/bpftrace-0.16.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/bpftrace/bpftrace-0.16.0.ebuild b/dev-util/bpftrace/bpftrace-0.16.0.ebuild index b6ef7864928b..6f9fca048fd6 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 |