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 | 722473d965b6095618040c07e72063470a138b8d (patch) | |
tree | 87e74ba62a1aa8a4c470bcec2471ee303785820a /eclass/kde-dist.eclass | |
parent | A patch to define LIBXSLT_PUBLIC if undefined (this thing is only used on (diff) | |
download | gentoo-2-722473d965b6095618040c07e72063470a138b8d.tar.gz gentoo-2-722473d965b6095618040c07e72063470a138b8d.tar.bz2 gentoo-2-722473d965b6095618040c07e72063470a138b8d.zip |
This is the big multi-kdelibs & eclasses v4 commit. have fun, send bugreports!
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 30790bde8d06..2f8c7ce127b9 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,14 +1,13 @@ # 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-dist.eclass,v 1.3 2001/10/05 13:34:41 danarmak Exp $ -# This is the kde ebuild for >=2.2.1 kde base packages. Don't use for kdelibs though :-) -# It can't be used for e.g. kdevelop, koffice because of their separate versionnig schemes. +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.4 2001/11/16 12:50:41 danarmak Exp $ +# This is the kde-dist eclass for >=2.2.1 kde base packages. Don't use for kdelibs though :-) +# Don't use it for e.g. kdevelop, koffice because of their separate versionnig schemes. inherit kde-base kde.org || die ECLASS=kde-dist DESCRIPTION="KDE ${PV} - " HOMEPAGE="http://www.kde.org/" -DEPEND="$DEPEND ( kde-base/kdelibs-${PV} )" -RDEPEND="$RDEPEND ( kde-base/kdelibs-${PV} )" +need-kdelibs ${PV}
\ No newline at end of file |