summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-11 06:00:15 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-11 06:00:15 +0000
commitc1721fbc79aa00001737a7701ba561af7c2e5c24 (patch)
tree9b87ff0678a851cb3dd9844fad90b75a7c178a0f /eclass/toolchain-binutils.eclass
parentold (diff)
downloadhistorical-c1721fbc79aa00001737a7701ba561af7c2e5c24.tar.gz
historical-c1721fbc79aa00001737a7701ba561af7c2e5c24.tar.bz2
historical-c1721fbc79aa00001737a7701ba561af7c2e5c24.zip
dont require libc and update binutils-config version requirement
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r--eclass/toolchain-binutils.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index edb3218afac9..c2812d8d57fd 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.31 2005/03/24 03:04:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.32 2005/04/11 06:00:15 vapier Exp $
# We install binutils into CTARGET-VERSION specific directories. This lets
# us easily merge multiple versions for multiple targets (if we wish) and
@@ -37,8 +37,7 @@ else
SLOT="0"
fi
-RDEPEND="virtual/libc
- >=sys-devel/binutils-config-1.3"
+RDEPEND=">=sys-devel/binutils-config-1.8"
DEPEND="${RDEPEND}
test? ( dev-util/dejagnu )
nls? ( sys-devel/gettext )"