diff options
author | Will Woods <wwoods@gentoo.org> | 2003-06-05 20:34:34 +0000 |
---|---|---|
committer | Will Woods <wwoods@gentoo.org> | 2003-06-05 20:34:34 +0000 |
commit | 3c8310fc4f1a8f1f6fa6909402e291eb025db9e4 (patch) | |
tree | de7914281a13bc541268f0f0cdd680713e9f547b /eclass/gnuconfig.eclass | |
parent | stable on alpha (diff) | |
download | gentoo-2-3c8310fc4f1a8f1f6fa6909402e291eb025db9e4.tar.gz gentoo-2-3c8310fc4f1a8f1f6fa6909402e291eb025db9e4.tar.bz2 gentoo-2-3c8310fc4f1a8f1f6fa6909402e291eb025db9e4.zip |
changed dependency from automake to libtool
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r-- | eclass/gnuconfig.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index a3bae4b6b02b..7253e34dbbb2 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.7 2003/03/10 21:44:59 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.8 2003/06/05 20:34:34 wwoods Exp $ # # Author: Will Woods <wwoods@gentoo.org> # @@ -19,7 +19,7 @@ ECLASS=gnuconfig INHERITED="$INHERITED $ECLASS" -newdepend sys-devel/automake +newdepend sys-devel/libtool DESCRIPTION="Based on the ${ECLASS} eclass" |