diff options
author | Robert Coie <rac@gentoo.org> | 2004-05-28 20:56:10 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2004-05-28 20:56:10 +0000 |
commit | f455256a71606ee079f8339b139f5d963c8e2cf5 (patch) | |
tree | 5a65dbf2413de73e525af981be8350f6330cfc66 /eclass | |
parent | Masked on amd64 as we lack a working ocaml. (Manifest recommit) (diff) | |
download | gentoo-2-f455256a71606ee079f8339b139f5d963c8e2cf5.tar.gz gentoo-2-f455256a71606ee079f8339b139f5d963c8e2cf5.tar.bz2 gentoo-2-f455256a71606ee079f8339b139f5d963c8e2cf5.zip |
Remove libtool dependency, important for bootstrap
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnuconfig.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 4ce565a4b587..09e33f15e2d6 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.16 2004/04/24 02:22:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.17 2004/05/28 20:56:10 rac Exp $ # # Author: Will Woods <wwoods@gentoo.org> # @@ -19,8 +19,7 @@ ECLASS=gnuconfig INHERITED="$INHERITED $ECLASS" -DEPEND="sys-devel/gnuconfig - !bootstrap? ( sys-devel/libtool )" +DEPEND="sys-devel/gnuconfig" DESCRIPTION="Based on the ${ECLASS} eclass" |