diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-09-08 02:10:46 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-09-08 02:10:46 +0000 |
commit | 89122025b7cfba2be33d9cd343d86818507763eb (patch) | |
tree | 34d5198ee71aee5939e0ac377c40aa3696a05b2c /eclass/eutils.eclass | |
parent | version bump (diff) | |
download | historical-89122025b7cfba2be33d9cd343d86818507763eb.tar.gz historical-89122025b7cfba2be33d9cd343d86818507763eb.tar.bz2 historical-89122025b7cfba2be33d9cd343d86818507763eb.zip |
indentation and bootstrap fixes
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 4ac72550ac72..844cb4d23477 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.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/eutils.eclass,v 1.50 2003/09/05 16:42:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.51 2003/09/08 02:10:46 azarah Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -12,7 +12,7 @@ ECLASS=eutils INHERITED="$INHERITED $ECLASS" -DEPEND="$DEPEND !bootstrap? ( sys-devel/patch )" +newdepend "!bootstrap? ( sys-devel/patch )" DESCRIPTION="Based on the ${ECLASS} eclass" |