From ec5314383b992c127b4164280b901664577aae98 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 1 Oct 2015 22:11:47 +0200 Subject: sys-devel/llvm: Add dependency on binutils-libs on latest ~arch Try to fix the issue of llvm being unable to find binutils headers through adding a dependency on sys-libs/binutils-libs. Those headers used to be linked by binutils-config but this behavior changed lately requesting developers to install the additional copies of all libraries and headers instead. Bug: https://bugs.gentoo.org/show_bug.cgi?id=561994 Package-Manager: portage-2.2.20 --- sys-devel/llvm/llvm-3.7.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'sys-devel/llvm') diff --git a/sys-devel/llvm/llvm-3.7.0-r1.ebuild b/sys-devel/llvm/llvm-3.7.0-r1.ebuild index 068f1b80eaae..910b6e17e8f5 100644 --- a/sys-devel/llvm/llvm-3.7.0-r1.ebuild +++ b/sys-devel/llvm/llvm-3.7.0-r1.ebuild @@ -56,6 +56,7 @@ DEPEND="${COMMON_DEPEND} kernel_Darwin? ( sys-libs/libcxx ) clang? ( xml? ( virtual/pkgconfig ) ) doc? ( dev-python/sphinx ) + gold? ( sys-libs/binutils-libs ) libffi? ( virtual/pkgconfig ) lldb? ( dev-lang/swig ) !!