diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-04 23:34:22 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-04 23:34:22 +0000 |
commit | 007043f599de5a3ad344a1ee91f3a9a11e1d45c3 (patch) | |
tree | eaea98c2a49ee3efe22f3f6449d86fd65148428e /dev-lang/gnu-smalltalk | |
parent | version bump (diff) | |
download | gentoo-2-007043f599de5a3ad344a1ee91f3a9a11e1d45c3.tar.gz gentoo-2-007043f599de5a3ad344a1ee91f3a9a11e1d45c3.tar.bz2 gentoo-2-007043f599de5a3ad344a1ee91f3a9a11e1d45c3.zip |
amd64 stable, bug 158434
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-lang/gnu-smalltalk')
-rw-r--r-- | dev-lang/gnu-smalltalk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog index 4cb6b4d4f7ed..d6c588ed4260 100644 --- a/dev-lang/gnu-smalltalk/ChangeLog +++ b/dev-lang/gnu-smalltalk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gnu-smalltalk -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.24 2006/12/25 20:02:52 araujo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.25 2007/02/04 23:34:22 beandog Exp $ + + 04 Feb 2007; Steve Dibb <beandog@gentoo.org> gnu-smalltalk-2.3.1.ebuild: + amd64 stable, bug 158434 25 Dec 2006; Luis F. Araujo <araujo@gentoo.org> gnu-smalltalk-2.1.12.ebuild, gnu-smalltalk-2.2-r1.ebuild, diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild index e1ed64717b56..e60a097ff5f0 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.3.1.ebuild,v 1.3 2006/12/25 20:02:52 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild,v 1.4 2007/02/04 23:34:22 beandog Exp $ inherit multilib 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="~sparc ~x86 ~amd64" +KEYWORDS="amd64 ~sparc ~x86" IUSE="tk readline emacs gtk gmp" DEPEND="sys-libs/gdbm @@ -19,7 +19,6 @@ DEPEND="sys-libs/gdbm tk? ( dev-lang/tk ) gtk? ( =x11-libs/gtk+-2* ) gmp? ( dev-libs/gmp )" -RDEPEND="" S=${WORKDIR}/smalltalk-${PV} |