diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-11-16 12:50:42 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-11-16 12:50:42 +0000 |
commit | 7930d078e07a84b308e958b4390b47c464894131 (patch) | |
tree | 860c388d37b0f024f9865776bf8113d4dfa47a33 /eclass/kde-base.eclass | |
parent | This is the big multi-kdelibs & eclasses v4 commit. have fun, send bugreports! (diff) | |
download | historical-7930d078e07a84b308e958b4390b47c464894131.tar.gz historical-7930d078e07a84b308e958b4390b47c464894131.tar.bz2 historical-7930d078e07a84b308e958b4390b47c464894131.zip |
This is the big multi-kdelibs & eclasses v4 commit. have fun, send bugreports!
Diffstat (limited to 'eclass/kde-base.eclass')
-rw-r--r-- | eclass/kde-base.eclass | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/eclass/kde-base.eclass b/eclass/kde-base.eclass index 1255727af5ae..0232a883d5d1 100644 --- a/eclass/kde-base.eclass +++ b/eclass/kde-base.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-base.eclass,v 1.10 2001/10/03 17:10:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.11 2001/11/16 12:50:41 danarmak Exp $ # This is the kde ebuild for std. kde-dependant apps which follow configure/make/make install # procedures and have std. configure options. inherit c kde || die @@ -10,10 +10,9 @@ ECLASS=kde-base DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://apps.kde.com/" -DEPEND="${DEPEND} - x11-libs/qt-x11" -RDEPEND="${RDEPEND} - x11-libs/qt-x11" +# always need *some* qt and kdelibs +need-qt +need-kdelibs |