From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 3E4B215821F for ; Sat, 23 Nov 2024 21:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41742E08C8; Sat, 23 Nov 2024 21:54:50 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 09221E08BB for ; Sat, 23 Nov 2024 21:54:50 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D60C341E1C for ; Sat, 23 Nov 2024 21:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64AB51F0B for ; Sat, 23 Nov 2024 21:54:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1732398851.b4a205c7a7961c84271c9049cf8473be2cf4553e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils-findutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/uutils-findutils/uutils-findutils-9999.ebuild X-VCS-Directories: sys-apps/uutils-findutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b4a205c7a7961c84271c9049cf8473be2cf4553e X-VCS-Branch: master Date: Sat, 23 Nov 2024 21:54:46 +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: e1b220d2-fff1-4c72-9d19-8f08880cc407 X-Archives-Hash: 38e70d12d93162b3f1889c25e28f14d5 commit: b4a205c7a7961c84271c9049cf8473be2cf4553e Author: Sam James gentoo org> AuthorDate: Sat Nov 23 21:50:53 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 23 21:54:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a205c7 sys-apps/uutils-findutils: sync live Signed-off-by: Sam James gentoo.org> sys-apps/uutils-findutils/uutils-findutils-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-apps/uutils-findutils/uutils-findutils-9999.ebuild b/sys-apps/uutils-findutils/uutils-findutils-9999.ebuild index e9bd9e6cd60b..6c03da24e81d 100644 --- a/sys-apps/uutils-findutils/uutils-findutils-9999.ebuild +++ b/sys-apps/uutils-findutils/uutils-findutils-9999.ebuild @@ -170,6 +170,11 @@ BDEPEND=" QA_FLAGS_IGNORED=".*" +pkg_setup() { + llvm-r1_pkg_setup + rust_pkg_setup +} + src_unpack() { if [[ ${PV} == 9999 ]] ; then git-r3_src_unpack