diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-08-22 18:30:04 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-08-22 18:30:04 +0000 |
commit | a46127b4c66336e6212bbf087e6f8ace578467ca (patch) | |
tree | 7bea9e6cd734e91f077f923f6b0454bb5f06047b /dev-lang | |
parent | stable on alpha (diff) | |
download | gentoo-2-a46127b4c66336e6212bbf087e6f8ace578467ca.tar.gz gentoo-2-a46127b4c66336e6212bbf087e6f8ace578467ca.tar.bz2 gentoo-2-a46127b4c66336e6212bbf087e6f8ace578467ca.zip |
Add ~sparc keyword. Builds and runs all tests successfully, and
gst has run well on sparc systems for years.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gnu-smalltalk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.11.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog index 939176e71d1e..759e32923fbc 100644 --- a/dev-lang/gnu-smalltalk/ChangeLog +++ b/dev-lang/gnu-smalltalk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/gnu-smalltalk # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.10 2005/08/18 01:56:19 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.11 2005/08/22 18:30:04 fmccor Exp $ + + 22 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + gnu-smalltalk-2.1.11.ebuild: + Add ~sparc keyword. Builds and runs all tests successfully, and + gst has run well on sparc systems for years. *gnu-smalltalk-2.1.11 (18 Aug 2005) diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.11.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.11.ebuild index 193c8f9ad290..791596696ea1 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.11.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.11.ebuild,v 1.1 2005/08/18 01:56:19 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.11.ebuild,v 1.2 2005/08/22 18:30:04 fmccor Exp $ inherit elisp-common flag-o-matic eutils toolchain-funcs @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/smalltalk/smalltalk.html" SRC_URI="http://ftp.gnu.org/gnu/smalltalk/smalltalk-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" IUSE="tcltk readline emacs gtk gmp" DEPEND="sys-libs/gdbm |