diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-01 22:11:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-01 22:11:47 +0200 |
commit | ec5314383b992c127b4164280b901664577aae98 (patch) | |
tree | 80516724644823e443ddfe916facfd9c90d8a20c /sys-devel/llvm | |
parent | games-emulation/m64py: Version bump to 0.2.3. (diff) | |
download | gentoo-ec5314383b992c127b4164280b901664577aae98.tar.gz gentoo-ec5314383b992c127b4164280b901664577aae98.tar.bz2 gentoo-ec5314383b992c127b4164280b901664577aae98.zip |
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
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-3.7.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) !!<dev-python/configparser-3.3.0.2 |