diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gauche/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gauche/gauche-0.7.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/gauche/ChangeLog b/dev-lisp/gauche/ChangeLog index f7b968857046..12eaeba21322 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.18 2004/03/14 10:51:50 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.19 2004/03/14 13:17:32 dholm Exp $ + + 14 Mar 2004; David Holm <dholm@gentoo.org> gauche-0.7.4.2.ebuild: + Added to ~ppc. *gauche-0.7.4.2 (14 Mar 2004) diff --git a/dev-lisp/gauche/gauche-0.7.4.2.ebuild b/dev-lisp/gauche/gauche-0.7.4.2.ebuild index 50ed15c542a2..51d2495f8e67 100644 --- a/dev-lisp/gauche/gauche-0.7.4.2.ebuild +++ b/dev-lisp/gauche/gauche-0.7.4.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/gauche-0.7.4.2.ebuild,v 1.1 2004/03/14 10:51:50 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.4.2.ebuild,v 1.2 2004/03/14 13:17:32 dholm Exp $ inherit flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz" RESTRICT="nomirror" LICENSE="BSD" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" SLOT="0" S="${WORKDIR}/${MY_P}" |