diff options
author | 2024-08-23 18:07:47 +0200 | |
---|---|---|
committer | 2024-08-24 12:49:04 +0100 | |
commit | d0e4025c4005e56c41fa43c5c3db913174c46525 (patch) | |
tree | 7ec7b4aaf274576c9ef27a9e1a937790ca0f4a84 /dev-util/bpftool | |
parent | app-emacs/scala-ts-mode: drop 1.0.0_p20240316 (diff) | |
download | gentoo-d0e4025c4005e56c41fa43c5c3db913174c46525.tar.gz gentoo-d0e4025c4005e56c41fa43c5c3db913174c46525.tar.bz2 gentoo-d0e4025c4005e56c41fa43c5c3db913174c46525.zip |
dev-util/bpftool: relax binutils-libs dependency, do not USE=llvm by default
Discussion on IRC found that the binutils-libs dependency can be
relaxed and that default-enabling llvm is also not really necessary.
This should help with the adoption of sys-devel/bpf-toolchain.
Closes: https://bugs.gentoo.org/938347
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/38265
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/bpftool')
-rw-r--r-- | dev-util/bpftool/bpftool-7.5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/bpftool/bpftool-7.5.0-r1.ebuild b/dev-util/bpftool/bpftool-7.5.0-r1.ebuild index 0d26d0485038..44e89eba098d 100644 --- a/dev-util/bpftool/bpftool-7.5.0-r1.ebuild +++ b/dev-util/bpftool/bpftool-7.5.0-r1.ebuild @@ -27,14 +27,14 @@ S="${S_K}/tools/bpf/bpftool" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" -IUSE="caps +llvm" +IUSE="caps llvm" RDEPEND=" - sys-libs/binutils-libs:= sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) llvm? ( sys-devel/llvm:= ) + !llvm? ( sys-libs/binutils-libs:= ) " DEPEND=" ${RDEPEND} |