diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-09-07 12:35:20 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-09-07 12:35:20 +0000 |
commit | 61d40d2f3705653f88acdcb7c024ac8f62c817c1 (patch) | |
tree | ec176f306f949f75964cd111b58dfc46adedb2e9 | |
parent | cleaned out old ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-61d40d2f3705653f88acdcb7c024ac8f62c817c1.tar.gz gentoo-2-61d40d2f3705653f88acdcb7c024ac8f62c817c1.tar.bz2 gentoo-2-61d40d2f3705653f88acdcb7c024ac8f62c817c1.zip |
add ~ia64
-rw-r--r-- | dev-lang/gauche/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/gauche/gauche-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/gauche/ChangeLog b/dev-lang/gauche/ChangeLog index c7ee49c69ab7..98437ae30e7e 100644 --- a/dev-lang/gauche/ChangeLog +++ b/dev-lang/gauche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gauche # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.4 2004/09/07 12:26:35 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.5 2004/09/07 12:35:20 hattya Exp $ + + 07 Sep 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.8.1.ebuild: + add ~ia64 07 Sep 2004; Akinori Hattori <hattya@gentoo.org> -gauche-0.7.3.ebuild, -gauche-0.7.4.1.ebuild, -gauche-0.7.4.2.ebuild, gauche-0.8.1.ebuild: diff --git a/dev-lang/gauche/gauche-0.8.1.ebuild b/dev-lang/gauche/gauche-0.8.1.ebuild index 91ffe98f908f..b00b9b27b5fa 100644 --- a/dev-lang/gauche/gauche-0.8.1.ebuild +++ b/dev-lang/gauche/gauche-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.1.ebuild,v 1.2 2004/09/07 12:22:19 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.1.ebuild,v 1.3 2004/09/07 12:35:20 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 ~ia64" SLOT="0" S="${WORKDIR}/${MY_P}" |