From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA09F15806C for ; Sun, 13 Jul 2025 11:48:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C2247341F18 for ; Sun, 13 Jul 2025 11:48:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1876911055B; Sun, 13 Jul 2025 11:47:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0E7D111055B for ; Sun, 13 Jul 2025 11:47:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC23A341F11 for ; Sun, 13 Jul 2025 11:47:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDFF30CE for ; Sun, 13 Jul 2025 11:47:56 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1752407251.b4216bd2b541ba2ceade63c7fd8c8ab516cc01df.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils-coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/uutils-coreutils/uutils-coreutils-0.1.0.ebuild X-VCS-Directories: sys-apps/uutils-coreutils/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: b4216bd2b541ba2ceade63c7fd8c8ab516cc01df X-VCS-Branch: master Date: Sun, 13 Jul 2025 11:47:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c741f392-a5b5-4d52-980b-83347f2d2293 X-Archives-Hash: 7e0b9f5688b3f9a9b5fd567f776bd118 commit: b4216bd2b541ba2ceade63c7fd8c8ab516cc01df Author: Luca Barbato gentoo org> AuthorDate: Sun Jul 13 11:43:12 2025 +0000 Commit: Luca Barbato gentoo org> CommitDate: Sun Jul 13 11:47:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4216bd2 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 gentoo.org> sys-apps/uutils-coreutils/uutils-coreutils-0.1.0.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sys-apps/uutils-coreutils/uutils-coreutils-0.1.0.ebuild b/sys-apps/uutils-coreutils/uutils-coreutils-0.1.0.ebuild index 58db86364d38..979a0cd568c6 100644 --- a/sys-apps/uutils-coreutils/uutils-coreutils-0.1.0.ebuild +++ b/sys-apps/uutils-coreutils/uutils-coreutils-0.1.0.ebuild @@ -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() {