diff options
author | Dan Armak <danarmak@gentoo.org> | 2004-11-19 11:20:03 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2004-11-19 11:20:03 +0000 |
commit | a7d1e1a57efc1699f7f7149d0143356ec0e0e70f (patch) | |
tree | bb50a25eb4d55c2e8c560447e1ed5bf86abf999c /eclass/kde-meta.eclass | |
parent | ~x86 keyworded due to undetermined compile error - bug #71652 (diff) | |
download | historical-a7d1e1a57efc1699f7f7149d0143356ec0e0e70f.tar.gz historical-a7d1e1a57efc1699f7f7149d0143356ec0e0e70f.tar.bz2 historical-a7d1e1a57efc1699f7f7149d0143356ec0e0e70f.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.eclass | 6 |
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. |