Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Thu, 01 Oct 2015 20:12:06
Message-Id: 1443730307.ec5314383b992c127b4164280b901664577aae98.mgorny@gentoo
1 commit: ec5314383b992c127b4164280b901664577aae98
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 20:11:47 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 20:11:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec531438
7
8 sys-devel/llvm: Add dependency on binutils-libs on latest ~arch
9
10 Try to fix the issue of llvm being unable to find binutils headers
11 through adding a dependency on sys-libs/binutils-libs. Those headers
12 used to be linked by binutils-config but this behavior changed lately
13 requesting developers to install the additional copies of all libraries
14 and headers instead.
15
16 Bug: https://bugs.gentoo.org/show_bug.cgi?id=561994
17
18 Package-Manager: portage-2.2.20
19
20 sys-devel/llvm/llvm-3.7.0-r1.ebuild | 1 +
21 1 file changed, 1 insertion(+)
22
23 diff --git a/sys-devel/llvm/llvm-3.7.0-r1.ebuild b/sys-devel/llvm/llvm-3.7.0-r1.ebuild
24 index 068f1b8..910b6e1 100644
25 --- a/sys-devel/llvm/llvm-3.7.0-r1.ebuild
26 +++ b/sys-devel/llvm/llvm-3.7.0-r1.ebuild
27 @@ -56,6 +56,7 @@ DEPEND="${COMMON_DEPEND}
28 kernel_Darwin? ( sys-libs/libcxx )
29 clang? ( xml? ( virtual/pkgconfig ) )
30 doc? ( dev-python/sphinx )
31 + gold? ( sys-libs/binutils-libs )
32 libffi? ( virtual/pkgconfig )
33 lldb? ( dev-lang/swig )
34 !!<dev-python/configparser-3.3.0.2