drop bootstrap/patch since it is hardcoded into system and system build
authorMike Frysinger <vapier@gentoo.org>
Wed, 7 Jun 2006 17:39:41 +0000 (17:39 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 7 Jun 2006 17:39:41 +0000 (17:39 +0000)
eclass/eutils.eclass

index 95f68c020e1c8eda0e0f9917842535c0591f7986..f3be319e8ee5c72a3ff045007193c59cd8f907f2 100644 (file)
@@ -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