diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-05-03 22:28:29 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-05-03 22:28:29 +0000 |
commit | eb1c982668692550c8bbe57a1cae58c9d73265f9 (patch) | |
tree | 945ed31aba8c6c56829c8118fc393db3494c4883 /app-editors/quanta/quanta-3.2.2.ebuild | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-eb1c982668692550c8bbe57a1cae58c9d73265f9.tar.gz gentoo-2-eb1c982668692550c8bbe57a1cae58c9d73265f9.tar.bz2 gentoo-2-eb1c982668692550c8bbe57a1cae58c9d73265f9.zip |
Add missing IUSE and SLOT to ebuilds.
Diffstat (limited to 'app-editors/quanta/quanta-3.2.2.ebuild')
-rw-r--r-- | app-editors/quanta/quanta-3.2.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-editors/quanta/quanta-3.2.2.ebuild b/app-editors/quanta/quanta-3.2.2.ebuild index 9195823ecc4d..886966de8f0e 100644 --- a/app-editors/quanta/quanta-3.2.2.ebuild +++ b/app-editors/quanta/quanta-3.2.2.ebuild @@ -1,6 +1,6 @@ # 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.1 2004/04/19 19:58:20 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.2.2.ebuild,v 1.2 2004/05/03 22:28:29 centic Exp $ inherit kde need-kde 3.2 @@ -15,3 +15,5 @@ DEPEND="doc? ( app-doc/quanta-docs )" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~amd64 ~sparc" +SLOT="0" + |