diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-02-21 14:46:14 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-02-21 14:46:14 +0000 |
commit | 0f526037a11fc53a1bfb1c5cbfb1fb7e7755dc34 (patch) | |
tree | 62bb9f6b7dfe69e317ace7b6d4692cd721d6d38c /dev-lisp | |
parent | version bump - new stable version (Manifest recommit) (diff) | |
download | gentoo-2-0f526037a11fc53a1bfb1c5cbfb1fb7e7755dc34.tar.gz gentoo-2-0f526037a11fc53a1bfb1c5cbfb1fb7e7755dc34.tar.bz2 gentoo-2-0f526037a11fc53a1bfb1c5cbfb1fb7e7755dc34.zip |
fixed bug #42233. 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.1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-lisp/gauche/ChangeLog b/dev-lisp/gauche/ChangeLog index 377c75564e90..7cd454e52d42 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.15 2004/02/20 14:09:14 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.16 2004/02/21 14:46:14 hattya Exp $ + + 21 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.4.1.ebuild: + fixed bug #42233. marked stable on x86. 20 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.3.ebuild: fixed bug #42233. diff --git a/dev-lisp/gauche/gauche-0.7.4.1.ebuild b/dev-lisp/gauche/gauche-0.7.4.1.ebuild index c73fbe075a52..fbbc5b2108cc 100644 --- a/dev-lisp/gauche/gauche-0.7.4.1.ebuild +++ b/dev-lisp/gauche/gauche-0.7.4.1.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.1.ebuild,v 1.1 2004/02/06 09:35:58 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.4.1.ebuild,v 1.2 2004/02/21 14:46:14 hattya Exp $ inherit flag-o-matic @@ -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}" @@ -43,8 +43,7 @@ src_compile() { sed -i -e "67s/\$(LIB_INSTALL_DIR)/\$(DISTDIR)\$(LIB_INSTALL_DIR)/" src/Makefile.in - - filter-flags -fforce-addr + strip-flags mycflags=${CFLAGS} unset CFLAGS CXXFLAGS |