sys-apps/uutils-coreutils: Depend on clang for the selinux bindings

onig-sys does not depend on bindgen, but selinux-sys does.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Luca Barbato
2025-07-13 13:43:12 +02:00
parent 64a87cdad1
commit b4216bd2b5

View File

@@ -9,8 +9,8 @@ CRATES="
"
RUST_MIN_VER="1.85.0"
inherit cargo flag-o-matic multiprocessing
LLVM_COMPAT=( {17..20} )
inherit cargo flag-o-matic llvm-r1 multiprocessing
DESCRIPTION="GNU coreutils rewritten in Rust"
HOMEPAGE="https://uutils.github.io/coreutils/ https://github.com/uutils/coreutils"
@@ -49,8 +49,12 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND="
test? ( dev-util/cargo-nextest )
selinux? (
$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
')
)
"
QA_FLAGS_IGNORED=".*"
src_unpack() {