diff options
Diffstat (limited to 'dev-lang/gauche/gauche-0.8.1.ebuild')
-rw-r--r-- | dev-lang/gauche/gauche-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/gauche/gauche-0.8.1.ebuild b/dev-lang/gauche/gauche-0.8.1.ebuild index f3cb659e7338..91ffe98f908f 100644 --- a/dev-lang/gauche/gauche-0.8.1.ebuild +++ b/dev-lang/gauche/gauche-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.1.ebuild,v 1.1 2004/08/06 13:45:52 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.1.ebuild,v 1.2 2004/09/07 12:22:19 hattya Exp $ inherit eutils flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz" RESTRICT="nomirror" LICENSE="BSD" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" SLOT="0" S="${WORKDIR}/${MY_P}" |