From 290d7f4e39db23ef07853bbb9d9111753f0bab9b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Jun 2006 17:39:41 +0000 Subject: [PATCH] drop bootstrap/patch since it is hardcoded into system and system build --- eclass/eutils.eclass | 6 +----- 1 file changed, 1 insertion(+), 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 -- 2.26.2