diff options
author | 2019-04-19 20:42:37 +0200 | |
---|---|---|
committer | 2019-04-19 20:43:18 +0200 | |
commit | 553387da4b61af13df1d81eb400554f30195a713 (patch) | |
tree | 8d1705ee05284a0654e701b7e4d21b9658a05df5 /sys-devel/llvm | |
parent | net-analyzer/netdata: Make xen and cups plugins optional (diff) | |
download | gentoo-553387da4b61af13df1d81eb400554f30195a713.tar.gz gentoo-553387da4b61af13df1d81eb400554f30195a713.tar.bz2 gentoo-553387da4b61af13df1d81eb400554f30195a713.zip |
sys-devel/llvm: Update binutils dep in 7.1.0
Bug: https://bugs.gentoo.org/677888
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-7.1.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-7.1.0.ebuild b/sys-devel/llvm/llvm-7.1.0.ebuild index ed9e4e2b2524..b7dd83e3536b 100644 --- a/sys-devel/llvm/llvm-7.1.0.ebuild +++ b/sys-devel/llvm/llvm-7.1.0.ebuild @@ -40,7 +40,12 @@ RESTRICT="!test? ( test )" RDEPEND=" sys-libs/zlib:0= exegesis? ( dev-libs/libpfm:= ) - gold? ( >=sys-devel/binutils-2.22:*[cxx] ) + gold? ( + || ( + >=sys-devel/binutils-2.31.1-r4:*[plugins] + <sys-devel/binutils-2.31.1-r4:*[cxx] + ) + ) libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] ) libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) |