summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2003-06-05 22:42:24 +0000
committerDaniel Robbins <drobbins@gentoo.org>2003-06-05 22:42:24 +0000
commitbc18f3363e7fa427142fb7e2f89ff6b2daa96c21 (patch)
tree5107589dfdd230e4b93df78bdfdcbadda0df1df6 /eclass
parentMarking the new adzapper stable for x86 (diff)
downloadgentoo-2-bc18f3363e7fa427142fb7e2f89ff6b2daa96c21.tar.gz
gentoo-2-bc18f3363e7fa427142fb7e2f89ff6b2daa96c21.tar.bz2
gentoo-2-bc18f3363e7fa427142fb7e2f89ff6b2daa96c21.zip
dep fixup
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnuconfig.eclass4
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"