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 | 55032493bc86f9d26f99b6bf63b29e50ba4b0b4c (patch) | |
tree | b6248c4b5402e26883584e0db414f85e489f575d /eclass | |
parent | Marking the new adzapper stable for x86 (diff) | |
download | historical-55032493bc86f9d26f99b6bf63b29e50ba4b0b4c.tar.gz historical-55032493bc86f9d26f99b6bf63b29e50ba4b0b4c.tar.bz2 historical-55032493bc86f9d26f99b6bf63b29e50ba4b0b4c.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" |