commit: 771ca9b4aacad82abb458f40bd4e224246d68f03
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 17:26:04 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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"