summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2004-11-19 11:20:03 +0000
committerDan Armak <danarmak@gentoo.org>2004-11-19 11:20:03 +0000
commite9224feac9ff6de5c308b672c882520ba7249376 (patch)
tree69f8d514f4b72221cfd3e455575afef4cb11cce4 /eclass/kde-meta.eclass
parent~x86 keyworded due to undetermined compile error - bug #71652 (Manifest recom... (diff)
downloadgentoo-2-e9224feac9ff6de5c308b672c882520ba7249376.tar.gz
gentoo-2-e9224feac9ff6de5c308b672c882520ba7249376.tar.bz2
gentoo-2-e9224feac9ff6de5c308b672c882520ba7249376.zip
don't throw away all the other stuff in DEPEND! /smacks self
Diffstat (limited to 'eclass/kde-meta.eclass')
-rw-r--r--eclass/kde-meta.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass
index bf5540fe1e8c..00caf6e5be80 100644
--- a/eclass/kde-meta.eclass
+++ b/eclass/kde-meta.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/kde-meta.eclass,v 1.2 2004/11/12 12:28:55 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.3 2004/11/19 11:20:03 danarmak Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
# Simone Gotti <simone.gotti@email.it>
@@ -76,8 +76,8 @@ SRC_URI="$SRC_URI usepackagedmakefiles? ( mirror://gentoo/$MAKEFILESTARBALL )"
# Necessary dep for xdeltas. Hope like hell it doesn't worm its way into RDEPEND
# through the sneaky eclass dep mangling portage does.
-DEPEND="kdexdeltas? ( dev-util/xdelta )"
-RDEPEND=""
+DEPEND="$DEPEND kdexdeltas? ( dev-util/xdelta )"
+#RDEPEND=""
# TODO FIX: Temporary place for code common to all ebuilds derived from any one metapackage.