diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-16 01:03:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-16 01:03:11 +0000 |
commit | 2e08ef918582f57ac0e3d74fc6045d79d1d4544c (patch) | |
tree | 46259f8f3af761aefb03eb75a4da198eecee5cec /eclass/toolchain-binutils.eclass | |
parent | Added net-irc/srvx:bahamut (diff) | |
download | historical-2e08ef918582f57ac0e3d74fc6045d79d1d4544c.tar.gz historical-2e08ef918582f57ac0e3d74fc6045d79d1d4544c.tar.bz2 historical-2e08ef918582f57ac0e3d74fc6045d79d1d4544c.zip |
require newer binutils-config
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index a5dd5045a9d7..045d1460ab78 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.14 2004/12/09 02:42:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.15 2004/12/16 01:03:11 vapier Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and @@ -39,7 +39,7 @@ fi DEPEND="virtual/libc nls? ( sys-devel/gettext ) - >=sys-devel/binutils-config-1.1 + >=sys-devel/binutils-config-1.2 !build? ( !bootstrap? ( dev-lang/perl ) )" LIBPATH="/usr/lib/binutils/${CTARGET}/${PV}" |