diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-30 09:07:54 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-30 09:07:54 +0000 |
commit | 20a3bf570dde73f374c09e619c8a6c4d2e4720c7 (patch) | |
tree | dc26f174a495ac19c5776db97742f411e3063abe /kde-base/quanta | |
parent | correcting depend/rdepend for pkgconfig (diff) | |
download | gentoo-2-20a3bf570dde73f374c09e619c8a6c4d2e4720c7.tar.gz gentoo-2-20a3bf570dde73f374c09e619c8a6c4d2e4720c7.tar.bz2 gentoo-2-20a3bf570dde73f374c09e619c8a6c4d2e4720c7.zip |
Correct dependencies.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/quanta')
-rw-r--r-- | kde-base/quanta/quanta-3.4.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-base/quanta/quanta-3.4.2.ebuild b/kde-base/quanta/quanta-3.4.2.ebuild index 5e1bc90ff87e..8b0609cedd4a 100644 --- a/kde-base/quanta/quanta-3.4.2.ebuild +++ b/kde-base/quanta/quanta-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.4.2.ebuild,v 1.1 2005/07/28 21:16:26 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.4.2.ebuild,v 1.2 2005/07/30 09:07:54 greg_g Exp $ KMNAME=kdewebdev MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -9,7 +9,8 @@ inherit kde-meta eutils DESCRIPTION="KDE: Quanta Plus Web Development Environment" KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc tidy" -DEPEND="dev-libs/libxml2" +DEPEND="dev-libs/libxslt + dev-libs/libxml2" RDEPEND="$DEPEND $(deprange $PV $MAXKDEVER kde-base/kfilereplace) $(deprange $PV $MAXKDEVER kde-base/kimagemapeditor) |