summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-12-24 20:54:31 +0000
committerDan Armak <danarmak@gentoo.org>2001-12-24 20:54:31 +0000
commita03dfe080dc9b6f717ca4bd6202e67310eca0c99 (patch)
tree0e014390d43ae5131a27a6a472850a3fdeeebac1 /eclass
parentbinutils needs a full gettext to build. (diff)
downloadhistorical-a03dfe080dc9b6f717ca4bd6202e67310eca0c99.tar.gz
historical-a03dfe080dc9b6f717ca4bd6202e67310eca0c99.tar.bz2
historical-a03dfe080dc9b6f717ca4bd6202e67310eca0c99.zip
more of the same
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.eclass8
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 9bf40ce6d0de..3baa0fb8ce32 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.23 2001/12/24 13:41:15 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.24 2001/12/24 20:54:31 danarmak Exp $
# The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
inherit autoconf base || die
ECLASS=kde
@@ -10,9 +10,7 @@ DESCRIPTION="Based on the $ECLASS eclass"
HOMEPAGE="http://www.kde.org/"
-DEPEND="$DEPEND kde-base/kdelibs
- objprelink? ( >=dev-util/objprelink-0-r1 )"
-RDEPEND="$RDEPEND kde-base/kdelibs"
+DEPEND="$DEPEND objprelink? ( >=dev-util/objprelink-0-r1 )"
# resolution function: kde version -> qt version
# wish we had something like python dictionaries here :-)
@@ -127,7 +125,7 @@ kde_src_install() {
EXPORT_FUNCTIONS src_compile src_install
-# This used to be depend.eclass. At some point I realized it might as well be called kd-depend.eclass. And then
+# This used to be depend.eclass. At some point I realized it might as well be called kde-depend.eclass. And then
# because functions fom there needed functions from here and vice versa I merged them.
#---------------