commit:     ec5314383b992c127b4164280b901664577aae98
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 20:11:47 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 20:11:47 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec531438

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(+)

diff --git a/sys-devel/llvm/llvm-3.7.0-r1.ebuild 
b/sys-devel/llvm/llvm-3.7.0-r1.ebuild
index 068f1b8..910b6e1 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 )
        !!<dev-python/configparser-3.3.0.2

Reply via email to