mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user