diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gauche/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/gauche/gauche-0.8.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/gauche/ChangeLog b/dev-lang/gauche/ChangeLog index e45aa8b5d2bd..5ffe772c5f75 100644 --- a/dev-lang/gauche/ChangeLog +++ b/dev-lang/gauche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gauche # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.24 2006/07/14 13:27:39 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.25 2006/07/14 14:41:36 hattya Exp $ + + 14 Jul 2006; Akinori Hattori <hattya@gentoo.org> gauche-0.8.7.ebuild: + stable on x86. 14 Jul 2006; Akinori Hattori <hattya@gentoo.org> -files/gauche-aclocal.m4-1.31.diff, -files/gauche-aclocal.m4-cc.diff, 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} |