diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 18:36:04 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 18:36:04 +0000 |
commit | afd9b800b5241c952129b32ec17ac96fbfe58cca (patch) | |
tree | cc01ffac0accf081251dc555a8cd9d9bb469c1fb /app-editors/quanta | |
parent | Corrected dependancy for dev-perl/Crypt-DES (missing) (diff) | |
download | historical-afd9b800b5241c952129b32ec17ac96fbfe58cca.tar.gz historical-afd9b800b5241c952129b32ec17ac96fbfe58cca.tar.bz2 historical-afd9b800b5241c952129b32ec17ac96fbfe58cca.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'app-editors/quanta')
-rw-r--r-- | app-editors/quanta/quanta-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/quanta/quanta-3.0_pre1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/quanta/quanta-2.0.1.ebuild b/app-editors/quanta/quanta-2.0.1.ebuild index f31637a3ff68..243e3987a5b7 100644 --- a/app-editors/quanta/quanta-2.0.1.ebuild +++ b/app-editors/quanta/quanta-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.12 2002/08/02 05:05:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.13 2002/08/14 18:36:03 murphy Exp $ inherit kde-base || die @@ -20,7 +20,7 @@ RDEPEND="" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_install() { diff --git a/app-editors/quanta/quanta-3.0_pre1.ebuild b/app-editors/quanta/quanta-3.0_pre1.ebuild index f35f7ad1b2cc..b7c32811d24a 100644 --- a/app-editors/quanta/quanta-3.0_pre1.ebuild +++ b/app-editors/quanta/quanta-3.0_pre1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.0_pre1.ebuild,v 1.2 2002/08/02 05:05:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.0_pre1.ebuild,v 1.3 2002/08/14 18:36:03 murphy Exp $ inherit kde-base need-kde 3 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/quanta/quanta-3.0pr1.tar.bz2 HOMEPAGE="http://quanta.sourceforge.net" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" S=${WORKDIR}/quanta-3.0pr1 |