diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-04-07 11:53:54 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-04-07 11:53:54 +0000 |
commit | 35c0e44970a844976fe0f0406eff18329abdcef9 (patch) | |
tree | f3fcf74906903edfbeddfb652b0c339b07451679 /dev-lisp | |
parent | inherit flag-o-matic. (Manifest recommit) (diff) | |
download | gentoo-2-35c0e44970a844976fe0f0406eff18329abdcef9.tar.gz gentoo-2-35c0e44970a844976fe0f0406eff18329abdcef9.tar.bz2 gentoo-2-35c0e44970a844976fe0f0406eff18329abdcef9.zip |
marked stable on x86.
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gauche/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gauche/gauche-0.7.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/gauche/ChangeLog b/dev-lisp/gauche/ChangeLog index 6cee7919adc9..14efc35ada40 100644 --- a/dev-lisp/gauche/ChangeLog +++ b/dev-lisp/gauche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gauche # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.21 2004/04/01 13:45:27 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.22 2004/04/07 11:53:54 hattya Exp $ + + 07 Apr 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.4.2.ebuild: + marked stable on x86. 01 Apr 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.3.ebuild, gauche-0.7.4.1.ebuild: diff --git a/dev-lisp/gauche/gauche-0.7.4.2.ebuild b/dev-lisp/gauche/gauche-0.7.4.2.ebuild index c16981d32c0c..2ab5b913f9a1 100644 --- a/dev-lisp/gauche/gauche-0.7.4.2.ebuild +++ b/dev-lisp/gauche/gauche-0.7.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.4.2.ebuild,v 1.3 2004/03/28 14:18:36 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.4.2.ebuild,v 1.4 2004/04/07 11:53:54 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}" |