diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-09 22:23:40 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-09 22:23:40 +0000 |
commit | 0bdcc2715fcb8a2b6581a899d291f53ad2af0ab2 (patch) | |
tree | 5fd16aa97495b1df6f2c7924355d5f94c2c03379 /kde-base/quanta | |
parent | sync IUSE (+source) (diff) | |
download | gentoo-2-0bdcc2715fcb8a2b6581a899d291f53ad2af0ab2.tar.gz gentoo-2-0bdcc2715fcb8a2b6581a899d291f53ad2af0ab2.tar.bz2 gentoo-2-0bdcc2715fcb8a2b6581a899d291f53ad2af0ab2.zip |
Tweak RDEPEND.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/quanta')
-rw-r--r-- | kde-base/quanta/quanta-3.4.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/quanta/quanta-3.4.1.ebuild b/kde-base/quanta/quanta-3.4.1.ebuild index e46d9204df89..10cb59cb340d 100644 --- a/kde-base/quanta/quanta-3.4.1.ebuild +++ b/kde-base/quanta/quanta-3.4.1.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.1.ebuild,v 1.9 2005/07/08 04:58:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.4.1.ebuild,v 1.10 2005/07/09 22:23:40 greg_g Exp $ KMNAME=kdewebdev MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -9,15 +9,15 @@ inherit kde-meta eutils DESCRIPTION="KDE: Quanta Plus Web Development Environment" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="doc tidy" -DEPEND="doc? ( app-doc/quanta-docs ) - dev-libs/libxml2" +DEPEND="dev-libs/libxml2" RDEPEND="$DEPEND $(deprange $PV $MAXKDEVER kde-base/kfilereplace) $(deprange $PV $MAXKDEVER kde-base/kimagemapeditor) $(deprange $PV $MAXKDEVER kde-base/klinkstatus) $(deprange $PV $MAXKDEVER kde-base/kommander) $(deprange $PV $MAXKDEVER kde-base/kxsldbg) -tidy? ( app-text/htmltidy )" +tidy? ( app-text/htmltidy ) +doc? ( app-doc/quanta-docs )" KMCOMPILEONLY=lib |