diff options
author | Fabian Groffen <grobian@gentoo.org> | 2015-01-31 19:48:17 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2015-01-31 19:48:17 +0000 |
commit | f9a9123c2e2866cd9598d9933558f6fba0d8055a (patch) | |
tree | c107a57bed7ded8ca9fb11807d3a3efddba90930 /sys-devel/llvm/llvm-3.4.2.ebuild | |
parent | Patch to fix jflex-1.5.0 (bug 505498) courtesy of Martin Walch <walch.martin@... (diff) | |
download | historical-f9a9123c2e2866cd9598d9933558f6fba0d8055a.tar.gz historical-f9a9123c2e2866cd9598d9933558f6fba0d8055a.tar.bz2 historical-f9a9123c2e2866cd9598d9933558f6fba0d8055a.zip |
Fixup previous commit, better set binutils-apple dependency in one place ...
Package-Manager: portage-2.2.14-prefix/cvs/SunOS i386
Manifest-Sign-Key: 0x5F75F607C5C74E89
Diffstat (limited to 'sys-devel/llvm/llvm-3.4.2.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.4.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/llvm/llvm-3.4.2.ebuild b/sys-devel/llvm/llvm-3.4.2.ebuild index a7f907a14207..17bf89dd8ecf 100644 --- a/sys-devel/llvm/llvm-3.4.2.ebuild +++ b/sys-devel/llvm/llvm-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v 1.8 2015/01/31 19:36:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v 1.9 2015/01/31 19:48:12 grobian Exp $ EAPI=5 @@ -38,7 +38,6 @@ COMMON_DEPEND=" xml? ( dev-libs/libxml2:2= ) ) gold? ( >=sys-devel/binutils-2.22:*[cxx] ) - elibc_Darwin? ( >=sys-devel/binutils-apple-5.1 ) libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) ncurses? ( >=sys-libs/ncurses-5.9-r3:5=[${MULTILIB_USEDEP}] ) ocaml? ( dev-lang/ocaml:0= ) @@ -51,7 +50,7 @@ DEPEND="${COMMON_DEPEND} || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) ) - || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 ) + || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 ) clang? ( xml? ( virtual/pkgconfig ) ) doc? ( dev-python/sphinx ) libffi? ( virtual/pkgconfig ) |