diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gauche-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gauche-gtk/gauche-gtk-0.3.2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-lisp/gauche-gtk/ChangeLog b/dev-lisp/gauche-gtk/ChangeLog index 6a9b8853728b..56a0189e2317 100644 --- a/dev-lisp/gauche-gtk/ChangeLog +++ b/dev-lisp/gauche-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gauche-gtk # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche-gtk/ChangeLog,v 1.4 2004/02/04 12:43:15 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche-gtk/ChangeLog,v 1.5 2004/02/21 15:24:12 hattya Exp $ + + 21 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-gtk-0.3.2.ebuild: + marked stable on x86. 04 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-gtk-0.3.1.ebuild, gauche-gtk-0.3.ebuild: diff --git a/dev-lisp/gauche-gtk/gauche-gtk-0.3.2.ebuild b/dev-lisp/gauche-gtk/gauche-gtk-0.3.2.ebuild index ddd65c1f94eb..461b7097c4d7 100644 --- a/dev-lisp/gauche-gtk/gauche-gtk-0.3.2.ebuild +++ b/dev-lisp/gauche-gtk/gauche-gtk-0.3.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-gtk/gauche-gtk-0.3.2.ebuild,v 1.1 2004/02/03 14:47:27 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche-gtk/gauche-gtk-0.3.2.ebuild,v 1.2 2004/02/21 15:24:13 hattya Exp $ inherit eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://gauche.sf.net/" SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz" LICENSE="BSD" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" S="${WORKDIR}/${MY_P}" @@ -29,7 +29,6 @@ src_compile() { use opengl && myconf="--enable-gtkgl" - myflags=${CFLAGS} unset CFLAGS CXXFLAGS |