diff options
Diffstat (limited to 'dev-lang/gauche/gauche-0.8.7.ebuild')
-rw-r--r-- | dev-lang/gauche/gauche-0.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/gauche/gauche-0.8.7.ebuild b/dev-lang/gauche/gauche-0.8.7.ebuild index 1d89e59d3a72..671409844dcc 100644 --- a/dev-lang/gauche/gauche-0.8.7.ebuild +++ b/dev-lang/gauche/gauche-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.7.ebuild,v 1.2 2006/07/14 13:27:39 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.7.ebuild,v 1.3 2006/07/14 14:41:36 hattya Exp $ inherit autotools eutils flag-o-matic @@ -13,7 +13,7 @@ HOMEPAGE="http://gauche.sf.net/" SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz" LICENSE="BSD" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86" SLOT="0" S=${WORKDIR}/${MY_P} |