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 /app-editors/quanta | |
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 'app-editors/quanta')
-rw-r--r-- | app-editors/quanta/quanta-2.0_pre2-r1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-editors/quanta/quanta-2.0_pre2-r1.ebuild b/app-editors/quanta/quanta-2.0_pre2-r1.ebuild index ebd22ecdf527..67ec672327e4 100644 --- a/app-editors/quanta/quanta-2.0_pre2-r1.ebuild +++ b/app-editors/quanta/quanta-2.0_pre2-r1.ebuild @@ -1,10 +1,12 @@ # 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/app-editors/quanta/quanta-2.0_pre2-r1.ebuild,v 1.2 2001/11/05 13:54:04 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre2-r1.ebuild,v 1.3 2001/11/16 12:50:41 danarmak Exp $ . /usr/portage/eclass/inherit.eclass inherit kde || die +need-kdelibs 2.1 + S=${WORKDIR}/quanta DESCRIPTION="Quanta - HTML editor for KDE2" @@ -16,11 +18,6 @@ SRC_URI="http://prdownloads.sourceforge.net/quanta/quanta-2.0-pr2.tar.bz2 HOMEPAGE="http://quanta.sourceforge.net" -DEPEND="$DEPEND - >=kde-base/kdelibs-2.1" -RDEPEND="$RDEPEND - >=kde-base/kdelibs-2.1" - src_unpack() { base_src_unpack kde-objprelink-patch |