diff options
Diffstat (limited to 'dev-lang/gauche/gauche-0.8.3.ebuild')
-rw-r--r-- | dev-lang/gauche/gauche-0.8.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/gauche/gauche-0.8.3.ebuild b/dev-lang/gauche/gauche-0.8.3.ebuild index c0de2f3f31ea..f4a70ec243af 100644 --- a/dev-lang/gauche/gauche-0.8.3.ebuild +++ b/dev-lang/gauche/gauche-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.3.ebuild,v 1.1 2004/12/14 11:18:07 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.3.ebuild,v 1.1.1.1 2005/11/30 09:58:13 chriswhite Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ HOMEPAGE="http://gauche.sf.net/" SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz" LICENSE="BSD" -KEYWORDS="~ia64 ~ppc ~sparc ~x86" +KEYWORDS="ia64 ~ppc ~sparc x86" SLOT="0" S="${WORKDIR}/${MY_P}" @@ -25,6 +25,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${PN}-gdbm-gentoo.diff + epatch ${FILESDIR}/${PN}-aclocal.m4-1.31.diff autoconf } |