From 618a0bfbf207f9ee176dcdfd16b88737a2da3c08 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 17 Sep 2019 23:00:17 +0200 Subject: sys-devel/llvm: Use BDEPEND semi-properly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-devel/llvm/llvm-10.0.0.9999.ebuild | 9 +++++---- sys-devel/llvm/llvm-9.0.0.9999.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild b/sys-devel/llvm/llvm-10.0.0.9999.ebuild index bacec8033f4e..131e44a7f887 100644 --- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild @@ -55,6 +55,9 @@ RDEPEND=" z3? ( >=sci-mathematics/z3-4.7.1:0=[${MULTILIB_USEDEP}] )" # configparser-3.2 breaks the build (3.3 or none at all are fine) DEPEND="${RDEPEND} + gold? ( sys-libs/binutils-libs )" +BDEPEND=" + dev-lang/perl || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.5 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) ) @@ -66,7 +69,6 @@ DEPEND="${RDEPEND} dev-python/recommonmark[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ') ) - gold? ( sys-libs/binutils-libs ) libffi? ( virtual/pkgconfig ) !!