diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-10-17 10:05:33 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-10-17 10:05:33 +0000 |
commit | cdd32e60a37a499af8ec7e6447b4378e70629c32 (patch) | |
tree | e6c942b80a9ce1332d22351ab14ce7fb073e77d9 /dev-lang | |
parent | keywords ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-cdd32e60a37a499af8ec7e6447b4378e70629c32.tar.gz gentoo-2-cdd32e60a37a499af8ec7e6447b4378e70629c32.tar.bz2 gentoo-2-cdd32e60a37a499af8ec7e6447b4378e70629c32.zip |
stable on ia64
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gauche/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/gauche/gauche-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/gauche/ChangeLog b/dev-lang/gauche/ChangeLog index 98437ae30e7e..441c672300b7 100644 --- a/dev-lang/gauche/ChangeLog +++ b/dev-lang/gauche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gauche # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.5 2004/09/07 12:35:20 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.6 2004/10/17 10:03:15 hattya Exp $ + + 17 Oct 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.8.1.ebuild: + stable on ia64. 07 Sep 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.8.1.ebuild: add ~ia64 diff --git a/dev-lang/gauche/gauche-0.8.1.ebuild b/dev-lang/gauche/gauche-0.8.1.ebuild index b00b9b27b5fa..0ba33635e9b2 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.3 2004/09/07 12:35:20 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.1.ebuild,v 1.4 2004/10/17 10:03:15 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 ~ia64" +KEYWORDS="x86 ~ppc ia64" SLOT="0" S="${WORKDIR}/${MY_P}" |