diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-16 17:23:10 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-16 17:23:10 +0000 |
commit | ea022576d27924c89ffbba065b3297664d3b946c (patch) | |
tree | 172c9d8d930b2dc00256d81bb1eaf41e04ac4860 /kde-base/quanta | |
parent | Added to ~ppc. (diff) | |
download | gentoo-2-ea022576d27924c89ffbba065b3297664d3b946c.tar.gz gentoo-2-ea022576d27924c89ffbba065b3297664d3b946c.tar.bz2 gentoo-2-ea022576d27924c89ffbba065b3297664d3b946c.zip |
Bug #76424.
Diffstat (limited to 'kde-base/quanta')
-rw-r--r-- | kde-base/quanta/quanta-3.4.0_beta1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-base/quanta/quanta-3.4.0_beta1.ebuild b/kde-base/quanta/quanta-3.4.0_beta1.ebuild index 03512aefb254..20073b2cc7d2 100644 --- a/kde-base/quanta/quanta-3.4.0_beta1.ebuild +++ b/kde-base/quanta/quanta-3.4.0_beta1.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.0_beta1.ebuild,v 1.1 2005/01/15 02:24:42 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.4.0_beta1.ebuild,v 1.2 2005/01/16 17:21:07 greg_g Exp $ KMNAME=kdewebdev MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -8,7 +8,7 @@ inherit kde-meta DESCRIPTION="KDE: Quanta Plus Web Development Environment" KEYWORDS="~x86" -IUSE="doc" +IUSE="doc tidy" DEPEND="doc? ( app-doc/quanta-docs ) dev-libs/libxml2" RDEPEND="$DEPEND @@ -17,6 +17,7 @@ $(deprange-dual $PV $MAXKDEVER kde-base/kimagemapeditor) $(deprange-dual $PV $MAXKDEVER kde-base/klinkstatus) $(deprange-dual $PV $MAXKDEVER kde-base/kommander) $(deprange-dual $PV $MAXKDEVER kde-base/kxsldbg) +tidy? ( app-text/htmltidy ) !app-editors/quanta" myconf="--with-extra-includes=$(xml2-config --cflags | sed -e 's:^-I::')" |