From cc0ff9260b9641f0bd53543c0f4aba66677fecbf Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Mon, 4 Jul 2005 20:32:22 +0000 Subject: Cannot have shadow in depend, else we get bug #96209. --- eclass/eutils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 35633a524f5d..9859845b80de 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.184 2005/06/24 17:08:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.185 2005/07/04 20:32:22 azarah Exp $ # # Author: Martin Schlemmer # @@ -13,7 +13,7 @@ inherit multilib ECLASS=eutils INHERITED="$INHERITED $ECLASS" -DEPEND="!bootstrap? ( sys-devel/patch userland_GNU? ( sys-apps/shadow ) )" +DEPEND="!bootstrap? ( sys-devel/patch )" # sys-apps/shadow is needed for useradd, etc, bug #94745. DESCRIPTION="Based on the ${ECLASS} eclass" -- cgit v1.2.3-65-gdbad