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 | 017ce7ba9bcfb935db7a5766f076b66a24476979 (patch) | |
tree | 18c4c5bfb30c1e12214d256c648a9cd5bfa812a8 /app-editors/scite/scite-1.4.5.ebuild | |
parent | Corrected dependancy for dev-perl/Crypt-DES (missing) (diff) | |
download | gentoo-2-017ce7ba9bcfb935db7a5766f076b66a24476979.tar.gz gentoo-2-017ce7ba9bcfb935db7a5766f076b66a24476979.tar.bz2 gentoo-2-017ce7ba9bcfb935db7a5766f076b66a24476979.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'app-editors/scite/scite-1.4.5.ebuild')
-rw-r--r-- | app-editors/scite/scite-1.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/scite/scite-1.4.5.ebuild b/app-editors/scite/scite-1.4.5.ebuild index ce1257dda259..1d2f0f9a06d7 100644 --- a/app-editors/scite/scite-1.4.5.ebuild +++ b/app-editors/scite/scite-1.4.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Taras Glek <taras.glek@home.com> -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.5.ebuild,v 1.3 2002/07/25 20:25:49 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.5.ebuild,v 1.4 2002/08/14 18:36:03 murphy Exp $ S=${WORKDIR}/$PN/gtk MY_PV=145 @@ -15,7 +15,7 @@ RDEPEND="" SLOT="0" LICENSE="PYTHON" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { make -C ../../scintilla/gtk || die |