summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-13 19:30:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-13 19:30:41 +0000
commita6dd0637a2302c7b880210d63364278df603e817 (patch)
treef3aaee9fa4912810995a4030cc5c51d2314dc533 /eclass/multilib.eclass
parentFix mistakes in CAN-2004-0814 patch. (Manifest recommit) (diff)
downloadgentoo-2-a6dd0637a2302c7b880210d63364278df603e817.tar.gz
gentoo-2-a6dd0637a2302c7b880210d63364278df603e817.tar.bz2
gentoo-2-a6dd0637a2302c7b880210d63364278df603e817.zip
remove retarded DEPEND ... it totally destroys bootstraps
Diffstat (limited to 'eclass/multilib.eclass')
-rw-r--r--eclass/multilib.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index c526049fbef2..31744a7e5b34 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.7 2005/01/13 00:48:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.8 2005/01/13 19:30:41 vapier Exp $
#
# Author: Jeremy Huddleston <eradicator@gentoo.org>
#
@@ -12,8 +12,6 @@ INHERITED="$INHERITED $ECLASS"
DESCRIPTION="Based on the ${ECLASS} eclass"
-DEPEND="!build? ( sys-apps/sed sys-apps/findutils sys-apps/coreutils )"
-
# This function simply returns the desired lib directory. With portage
# 2.0.51, we now have support for installing libraries to lib32/lib64
# to accomidate the needs of multilib systems. It's no longer a good idea