summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-10-01 22:11:47 +0200
committerMichał Górny <mgorny@gentoo.org>2015-10-01 22:11:47 +0200
commitec5314383b992c127b4164280b901664577aae98 (patch)
tree80516724644823e443ddfe916facfd9c90d8a20c /sys-devel
parentgames-emulation/m64py: Version bump to 0.2.3. (diff)
downloadgentoo-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')
-rw-r--r--sys-devel/llvm/llvm-3.7.0-r1.ebuild1
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