summaryrefslogtreecommitdiff
path: root/eclass
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
commit0565a9f5bb08ee1a97ebaabb6c3d76d740616950 (patch)
treee67a10ab1471d67a1a113e8dc46d083a547a6d10 /eclass
parentFix mistakes in CAN-2004-0814 patch. (diff)
downloadhistorical-0565a9f5bb08ee1a97ebaabb6c3d76d740616950.tar.gz
historical-0565a9f5bb08ee1a97ebaabb6c3d76d740616950.tar.bz2
historical-0565a9f5bb08ee1a97ebaabb6c3d76d740616950.zip
remove retarded DEPEND ... it totally destroys bootstraps
Diffstat (limited to '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