summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-06-04 20:23:35 +0000
committerMichał Górny <mgorny@gentoo.org>2012-06-04 20:23:35 +0000
commit8ecfccbb5fb20f8b4ad9f2a1e18d07f77f934694 (patch)
tree87419edad602819e51f3004eb0866b4ee5d58712 /sys-devel/llvm
parentFix SRC_URI/HOMEPAGE (reported by df, bug 416293) (diff)
downloadgentoo-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')
-rw-r--r--sys-devel/llvm/ChangeLog6
-rw-r--r--sys-devel/llvm/llvm-3.0-r2.ebuild4
-rw-r--r--sys-devel/llvm/llvm-3.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog
index 5a04e3e72332..a1fb2df0a8b0 100644
--- a/sys-devel/llvm/ChangeLog
+++ b/sys-devel/llvm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/llvm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.79 2012/06/02 09:56:43 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.80 2012/06/04 20:23:35 mgorny Exp $
+
+ 04 Jun 2012; Michał Górny <mgorny@gentoo.org> llvm-3.0-r2.ebuild,
+ llvm-3.1.ebuild:
+ Depend on binutils[cxx] for gold plugin wrt #419383.
02 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
llvm-3.1.ebuild:
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 )
diff --git a/sys-devel/llvm/llvm-3.1.ebuild b/sys-devel/llvm/llvm-3.1.ebuild
index a291bec4f6c0..2af7a9b77396 100644
--- a/sys-devel/llvm/llvm-3.1.ebuild
+++ b/sys-devel/llvm/llvm-3.1.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.1.ebuild,v 1.3 2012/06/02 09:56:43 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1.ebuild,v 1.4 2012/06/04 20:23:35 mgorny Exp $
EAPI="4"
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 )