diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-09-07 12:22:19 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-09-07 12:22:19 +0000 |
commit | 215e85af0940a835fd4967d01786d93c10d0d8e0 (patch) | |
tree | 7db4c469afba1d1327c820aace57a02826f12564 /dev-lang | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-215e85af0940a835fd4967d01786d93c10d0d8e0.tar.gz gentoo-2-215e85af0940a835fd4967d01786d93c10d0d8e0.tar.bz2 gentoo-2-215e85af0940a835fd4967d01786d93c10d0d8e0.zip |
stable on x86
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 4bf1fc7b68ce..31676005c813 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.2 2004/08/06 13:45:52 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.3 2004/09/07 12:22:19 hattya Exp $ + + 07 Sep 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.8.1.ebuild: + stable on x86. *gauche-0.8.1 (06 Aug 2004) 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}" |