diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-05-15 17:25:51 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-05-15 17:25:51 +0000 |
commit | 2995f2a899d4bc849efeb31df7f5f67770ed71b7 (patch) | |
tree | 272f90550c36690f8b1751a32c956ef4ff5f25ca /app-editors/quanta | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-2995f2a899d4bc849efeb31df7f5f67770ed71b7.tar.gz gentoo-2-2995f2a899d4bc849efeb31df7f5f67770ed71b7.tar.bz2 gentoo-2-2995f2a899d4bc849efeb31df7f5f67770ed71b7.zip |
fix dep order
Diffstat (limited to 'app-editors/quanta')
-rw-r--r-- | app-editors/quanta/quanta-3.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/quanta/quanta-3.2.2.ebuild b/app-editors/quanta/quanta-3.2.2.ebuild index 4823dc88152f..75e3306596cf 100644 --- a/app-editors/quanta/quanta-3.2.2.ebuild +++ b/app-editors/quanta/quanta-3.2.2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.2.2.ebuild,v 1.3 2004/05/06 14:07:57 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.2.2.ebuild,v 1.4 2004/05/15 17:25:51 caleb Exp $ inherit kde +DEPEND="doc? ( app-doc/quanta-docs )" need-kde 3.2 DESCRIPTION="A superb web development tool for KDE 3.x" @@ -10,7 +11,6 @@ HOMEPAGE="http://quanta.sourceforge.net/" SRC_URI="mirror://kde/stable/${PV}/src/${P}.tar.bz2" IUSE="doc" -DEPEND="doc? ( app-doc/quanta-docs )" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~amd64 ~sparc" |