diff options
author | Josh Tegart <jtegart@gentoo.org> | 2002-07-17 05:17:15 +0000 |
---|---|---|
committer | Josh Tegart <jtegart@gentoo.org> | 2002-07-17 05:17:15 +0000 |
commit | 43374b606d5b392f4adcf1e8bec43eb6c848d46f (patch) | |
tree | b9aeb2391d264e9383e98fe86dd9b18344495dbe /dev-lisp/gauche | |
parent | repoman'd (diff) | |
download | historical-43374b606d5b392f4adcf1e8bec43eb6c848d46f.tar.gz historical-43374b606d5b392f4adcf1e8bec43eb6c848d46f.tar.bz2 historical-43374b606d5b392f4adcf1e8bec43eb6c848d46f.zip |
Added sparc64 to KEYWORDS.
Diffstat (limited to 'dev-lisp/gauche')
-rw-r--r-- | dev-lisp/gauche/gauche-0.5.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/gauche/gauche-0.5.7.ebuild b/dev-lisp/gauche/gauche-0.5.7.ebuild index e91c23ff9f62..471d97a6ffd4 100644 --- a/dev-lisp/gauche/gauche-0.5.7.ebuild +++ b/dev-lisp/gauche/gauche-0.5.7.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/dev-lisp/gauche/gauche-0.5.7.ebuild,v 1.1 2002/07/11 23:58:09 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.5.7.ebuild,v 1.2 2002/07/17 05:17:15 jtegart Exp $ S=${WORKDIR}/Gauche-${PV} DESCRIPTION="A Unix system friendly scheme interpreter" @@ -10,7 +10,7 @@ DEPEND="virtual/glibc" RDEPEND="$DEPEND" SLOT="0" LICENSE="BSD" -KEYWORDS="x86" +KEYWORDS="x86 sparc64" src_compile() { ./configure \ |