sys-devel/llvm: Update binutils dep in 7.1.0
authorMichał Górny <mgorny@gentoo.org>
Fri, 19 Apr 2019 18:42:37 +0000 (20:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 19 Apr 2019 18:43:18 +0000 (20:43 +0200)
Bug: https://bugs.gentoo.org/677888
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/llvm/llvm-7.1.0.ebuild

index ed9e4e2b252446868767b5409024bda4ae531458..b7dd83e3536b5ac3af44f2d1302dd9300450a908 100644 (file)
@@ -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}] )