diff options
author | David Holm <dholm@gentoo.org> | 2004-02-15 07:59:09 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-15 07:59:09 +0000 |
commit | 10287dbbc1aae6bf88b610c4e23a6733f0c76cb9 (patch) | |
tree | 0ef571cd142c764eb8681159d29913f764e58845 /dev-lang/squeak | |
parent | Add 2.6.3-rc3, remove old ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-10287dbbc1aae6bf88b610c4e23a6733f0c76cb9.tar.gz gentoo-2-10287dbbc1aae6bf88b610c4e23a6733f0c76cb9.tar.bz2 gentoo-2-10287dbbc1aae6bf88b610c4e23a6733f0c76cb9.zip |
Added to ~ppc
Diffstat (limited to 'dev-lang/squeak')
-rw-r--r-- | dev-lang/squeak/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/squeak/squeak-3.4.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/squeak/ChangeLog b/dev-lang/squeak/ChangeLog index 45b66044260d..4562d81cb284 100644 --- a/dev-lang/squeak/ChangeLog +++ b/dev-lang/squeak/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/squeak -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/ChangeLog,v 1.7 2004/01/04 07:10:42 jhhudso Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/ChangeLog,v 1.8 2004/02/15 07:59:09 dholm Exp $ + + 15 Feb 2004; David Holm <dholm@gentoo.org> squeak-3.4.1-r2.ebuild: + Added to ~ppc. *squeak-3.4.1-r2 (03 Dec 2003) diff --git a/dev-lang/squeak/squeak-3.4.1-r2.ebuild b/dev-lang/squeak/squeak-3.4.1-r2.ebuild index 29e058082806..5c9723c5f5ae 100644 --- a/dev-lang/squeak/squeak-3.4.1-r2.ebuild +++ b/dev-lang/squeak/squeak-3.4.1-r2.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-lang/squeak/squeak-3.4.1-r2.ebuild,v 1.2 2004/01/04 07:10:42 jhhudso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.4.1-r2.ebuild,v 1.3 2004/02/15 07:59:09 dholm Exp $ inherit libtool flag-o-matic eutils strip-flags @@ -17,7 +17,7 @@ HOMEPAGE="http://www.squeak.org/" SRC_URI="ftp://st.cs.uiuc.edu/Smalltalk/Squeak/${MV}/unix-linux/Squeak-${NV}.src.tar.gz" LICENSE="Apple" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="X oss mmx mozilla" # a ffi flag would be nice |