summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-12-14 21:46:25 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-12-14 21:46:25 +0000
commite55afefa5635b1f4e61403f6db368ddbea71d145 (patch)
treeef54876ae68d7040266cf6fdd5578a51088ced82 /eclass
parentadd missing ChangeLog entry; convert older versions to use epatch (diff)
downloadgentoo-2-e55afefa5635b1f4e61403f6db368ddbea71d145.tar.gz
gentoo-2-e55afefa5635b1f4e61403f6db368ddbea71d145.tar.bz2
gentoo-2-e55afefa5635b1f4e61403f6db368ddbea71d145.zip
dont depend on patch during bootstrap
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index fb23ee3d3d5a..a7d551071337 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.11 2002/12/04 21:46:33 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.12 2002/12/14 21:46:25 azarah Exp $
# This eclass is for general purpose functions that most ebuilds
# have to implement themselves.
#
@@ -10,7 +10,7 @@
ECLASS=eutils
INHERITED="$INHERITED $ECLASS"
-newdepend sys-devel/patch
+newdepend "!bootstrap? ( sys-devel/patch )"
DESCRIPTION="Based on the ${ECLASS} eclass"