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 372A1158013 for ; Mon, 11 Dec 2023 17:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B66272BC04B; Mon, 11 Dec 2023 17:42:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 92DAC2BC04B for ; Mon, 11 Dec 2023 17:42:22 +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 CC62734072E for ; Mon, 11 Dec 2023 17:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22A8414CE for ; Mon, 11 Dec 2023 17:42:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1702316532.771ca9b4aacad82abb458f40bd4e224246d68f03.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/fractal/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/fractal/fractal-5-r1.ebuild X-VCS-Directories: net-im/fractal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 771ca9b4aacad82abb458f40bd4e224246d68f03 X-VCS-Branch: master Date: Mon, 11 Dec 2023 17:42:18 +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: 7b3ee7ff-440d-4cee-b040-d773400ba733 X-Archives-Hash: 168b9d6c4535fd2dfb5c2ea6f8e369a0 commit: 771ca9b4aacad82abb458f40bd4e224246d68f03 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 11 17:26:04 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 11 17:42:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771ca9b4 net-im/fractal: Add missing BDEPEND on sys-devel/clang Signed-off-by: Michał Górny gentoo.org> net-im/fractal/fractal-5-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-im/fractal/fractal-5-r1.ebuild b/net-im/fractal/fractal-5-r1.ebuild index 9b994768ce31..6617d642055d 100644 --- a/net-im/fractal/fractal-5-r1.ebuild +++ b/net-im/fractal/fractal-5-r1.ebuild @@ -67,6 +67,10 @@ RDEPEND=" ${DEPEND} virtual/secret-service " +# clang needed by bindgen +BDEPEND=" + sys-devel/clang +" # Rust QA_FLAGS_IGNORED="usr/bin/fractal"