diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-06-05 22:42:24 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-06-05 22:42:24 +0000 |
commit | bc18f3363e7fa427142fb7e2f89ff6b2daa96c21 (patch) | |
tree | 5107589dfdd230e4b93df78bdfdcbadda0df1df6 /eclass | |
parent | Marking the new adzapper stable for x86 (diff) | |
download | gentoo-2-bc18f3363e7fa427142fb7e2f89ff6b2daa96c21.tar.gz gentoo-2-bc18f3363e7fa427142fb7e2f89ff6b2daa96c21.tar.bz2 gentoo-2-bc18f3363e7fa427142fb7e2f89ff6b2daa96c21.zip |
dep fixup
Diffstat (limited to '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 7253e34dbbb2..70154fec2b78 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.8 2003/06/05 20:34:34 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.9 2003/06/05 22:42:24 drobbins Exp $ # # Author: Will Woods <wwoods@gentoo.org> # @@ -19,7 +19,7 @@ ECLASS=gnuconfig INHERITED="$INHERITED $ECLASS" -newdepend sys-devel/libtool +DEPEND="$DEPEND sys-devel/libtool" DESCRIPTION="Based on the ${ECLASS} eclass" |