diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-06-04 20:23:35 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-06-04 20:23:35 +0000 |
commit | 8ecfccbb5fb20f8b4ad9f2a1e18d07f77f934694 (patch) | |
tree | 87419edad602819e51f3004eb0866b4ee5d58712 /sys-devel/llvm/llvm-3.0-r2.ebuild | |
parent | Fix SRC_URI/HOMEPAGE (reported by df, bug 416293) (diff) | |
download | gentoo-2-8ecfccbb5fb20f8b4ad9f2a1e18d07f77f934694.tar.gz gentoo-2-8ecfccbb5fb20f8b4ad9f2a1e18d07f77f934694.tar.bz2 gentoo-2-8ecfccbb5fb20f8b4ad9f2a1e18d07f77f934694.zip |
Depend on binutils[cxx] for gold plugin wrt #419383.
(Portage version: 2.2.0_alpha109_p1/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/llvm/llvm-3.0-r2.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-3.0-r2.ebuild b/sys-devel/llvm/llvm-3.0-r2.ebuild index fc12ce80f987..7c3ba53646ad 100644 --- a/sys-devel/llvm/llvm-3.0-r2.ebuild +++ b/sys-devel/llvm/llvm-3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.0-r2.ebuild,v 1.4 2012/05/04 07:24:15 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.0-r2.ebuild,v 1.5 2012/06/04 20:23:35 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -21,7 +21,7 @@ DEPEND="dev-lang/perl >=sys-devel/bison-1.875d || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 ) || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 ) - gold? ( >=sys-devel/binutils-2.22 ) + gold? ( >=sys-devel/binutils-2.22[cxx] ) libffi? ( virtual/pkgconfig virtual/libffi ) ocaml? ( dev-lang/ocaml ) |