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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2515C15800F for ; Mon, 23 Jan 2023 04:12:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70912E07E6; Mon, 23 Jan 2023 04:12:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B5EDE07E6 for ; Mon, 23 Jan 2023 04:12:47 +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 A00C6340ECC for ; Mon, 23 Jan 2023 04:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4245F865 for ; Mon, 23 Jan 2023 04:12:45 +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: <1674447149.0adeee121f36438282280d6c4daa886870919a6e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pkgcraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild sys-libs/pkgcraft/pkgcraft-9999.ebuild X-VCS-Directories: sys-libs/pkgcraft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0adeee121f36438282280d6c4daa886870919a6e X-VCS-Branch: master Date: Mon, 23 Jan 2023 04:12:45 +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: 58e700e5-3d6d-4c52-adfc-26aabd9e55f2 X-Archives-Hash: f5a434b4497c48db9db981f5b5948528 commit: 0adeee121f36438282280d6c4daa886870919a6e Author: Sam James gentoo org> AuthorDate: Mon Jan 23 03:41:45 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 23 04:12:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adeee12 sys-libs/pkgcraft: add clang BDEPEND for bindgen Thanks to radhermit for pointing out, as I'd missed the bug as well (I guess got buried under mail deluge when queue was down...?) Closes: https://bugs.gentoo.org/891669 Signed-off-by: Sam James gentoo.org> sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild | 2 ++ sys-libs/pkgcraft/pkgcraft-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild b/sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild index db15bda1f7db..ae743b97825e 100644 --- a/sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild +++ b/sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild @@ -178,8 +178,10 @@ SLOT="0/${PV}" IUSE="test" RESTRICT="!test? ( test )" +# clang needed for bindgen BDEPEND+=" dev-util/cargo-c + sys-devel/clang >=virtual/rust-1.65 " diff --git a/sys-libs/pkgcraft/pkgcraft-9999.ebuild b/sys-libs/pkgcraft/pkgcraft-9999.ebuild index db15bda1f7db..ae743b97825e 100644 --- a/sys-libs/pkgcraft/pkgcraft-9999.ebuild +++ b/sys-libs/pkgcraft/pkgcraft-9999.ebuild @@ -178,8 +178,10 @@ SLOT="0/${PV}" IUSE="test" RESTRICT="!test? ( test )" +# clang needed for bindgen BDEPEND+=" dev-util/cargo-c + sys-devel/clang >=virtual/rust-1.65 "