diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-30 07:34:11 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-30 07:34:11 +0000 |
commit | fe6222e5fe8ba7eadaf626826bbf880c7643052c (patch) | |
tree | 8678a1328d54f79b9478dfec8a3edf7fc9b1b3e2 /eclass | |
parent | x86 stable. (diff) | |
download | gentoo-2-fe6222e5fe8ba7eadaf626826bbf880c7643052c.tar.gz gentoo-2-fe6222e5fe8ba7eadaf626826bbf880c7643052c.tar.bz2 gentoo-2-fe6222e5fe8ba7eadaf626826bbf880c7643052c.zip |
Remove binutils dep till the tarballs actually exist.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 1ef73ac66a01..c0e6792f286c 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.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/x-modular.eclass,v 1.63 2006/06/30 03:52:57 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.64 2006/06/30 07:34:11 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -157,8 +157,7 @@ if [[ -z "${FONT}" ]] \ fi DEPEND="${DEPEND} - >=dev-util/pkgconfig-0.18 - >=sys-devel/binutils-2.16.1-r3" + >=dev-util/pkgconfig-0.18" if [[ "${PN/util-macros}" = "${PN}" ]]; then DEPEND="${DEPEND} |