commit:     645f50f395cc89de20897fcd27d6d5414cf183af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 07:30:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 07:30:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645f50f3

dev-cpp/folly: BDEPEND on Clang for tests

Did this in one of the other ebuilds (which I ended up
not committing for now as unneeded deps) but not this one
apparently. Oops.

Closes: https://bugs.gentoo.org/834703
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/folly/folly-2022.02.28.00.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-cpp/folly/folly-2022.02.28.00.ebuild 
b/dev-cpp/folly/folly-2022.02.28.00.ebuild
index d9c4c5003e07..b644181fecc6 100644
--- a/dev-cpp/folly/folly-2022.02.28.00.ebuild
+++ b/dev-cpp/folly/folly-2022.02.28.00.ebuild
@@ -36,6 +36,7 @@ RDEPEND="app-arch/bzip2
 # libiberty is linked statically
 DEPEND="${RDEPEND}
        sys-libs/binutils-libs"
+BDEPEND="test? ( sys-devel/clang )"
 
 pkg_setup() {
        if use test && [[ ${BUILD_TYPE} != "binary" ]] && ! tc-is-clang ; then

Reply via email to