summaryrefslogtreecommitdiff
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
commit290d7f4e39db23ef07853bbb9d9111753f0bab9b (patch)
treef677c4b3382d0c96adc83c19f9c45040a2296d43 /eclass/eutils.eclass
parentunmasking ipkg-utils, I'll be proxy maintaining it for James Rowe (diff)
downloadhistorical-290d7f4e39db23ef07853bbb9d9111753f0bab9b.tar.gz
historical-290d7f4e39db23ef07853bbb9d9111753f0bab9b.tar.bz2
historical-290d7f4e39db23ef07853bbb9d9111753f0bab9b.zip
drop bootstrap/patch since it is hardcoded into system and system build
Diffstat (limited to 'eclass/eutils.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