summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-07 17:39:41 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-07 17:39:41 +0000
commit0266400ac1256ea267a67ce6771d69c4770fb61d (patch)
treeebe4c0ce428491a796f178bdd62080e1645330b9 /eclass
parentunmasking ipkg-utils, I'll be proxy maintaining it for James Rowe (diff)
downloadgentoo-2-0266400ac1256ea267a67ce6771d69c4770fb61d.tar.gz
gentoo-2-0266400ac1256ea267a67ce6771d69c4770fb61d.tar.bz2
gentoo-2-0266400ac1256ea267a67ce6771d69c4770fb61d.zip
drop bootstrap/patch since it is hardcoded into system and system build
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 95f68c020e1c..f3be319e8ee5 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.238 2006/06/05 18:03:19 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.239 2006/06/07 17:39:41 vapier Exp $
#
# This eclass is for general purpose functions that most ebuilds
# have to implement themselves.
@@ -9,10 +9,6 @@
inherit multilib portability
-DEPEND="!bootstrap? ( sys-devel/patch )"
-RDEPEND=""
-# sys-apps/shadow is needed for useradd, etc, bug #94745.
-
DESCRIPTION="Based on the ${ECLASS} eclass"
# Wait for the supplied number of seconds. If no argument is supplied, defaults