summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-02-21 15:24:13 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-02-21 15:24:13 +0000
commit6e75e0cb1d6f39bf08dc5f1c02abf09e1ccf02a8 (patch)
tree5ac9ed1fc107b830a37388b93990325edb388d74 /dev-lisp/gauche-gtk
parentMarked stable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-6e75e0cb1d6f39bf08dc5f1c02abf09e1ccf02a8.tar.gz
gentoo-2-6e75e0cb1d6f39bf08dc5f1c02abf09e1ccf02a8.tar.bz2
gentoo-2-6e75e0cb1d6f39bf08dc5f1c02abf09e1ccf02a8.zip
marked stable on x86.
Diffstat (limited to 'dev-lisp/gauche-gtk')
-rw-r--r--dev-lisp/gauche-gtk/ChangeLog5
-rw-r--r--dev-lisp/gauche-gtk/gauche-gtk-0.3.2.ebuild5
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