summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-03-31 19:07:40 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-03-31 19:07:40 +0000
commitd25165643ae344dca472436f6113af29c9bc4f89 (patch)
treebd3d9e5753de805aeb4ef7124e78d1947dc49136 /dev-lang/gnu-smalltalk
parentStable on alpha. (diff)
downloadgentoo-2-d25165643ae344dca472436f6113af29c9bc4f89.tar.gz
gentoo-2-d25165643ae344dca472436f6113af29c9bc4f89.tar.bz2
gentoo-2-d25165643ae344dca472436f6113af29c9bc4f89.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lang/gnu-smalltalk')
-rw-r--r--dev-lang/gnu-smalltalk/ChangeLog6
-rw-r--r--dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog
index 0074ac8db032..4a98ae19996b 100644
--- a/dev-lang/gnu-smalltalk/ChangeLog
+++ b/dev-lang/gnu-smalltalk/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2005/03/31 05:27:19 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.5 2005/03/31 19:07:40 mkennedy Exp $
+
+ 31 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ gnu-smalltalk-2.1.10.ebuild:
+ Fixed tcltk typo
*gnu-smalltalk-2.1.10 (31 Mar 2005)
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild
index 88f788418c64..6778370dbbae 100644
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild
+++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.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.10.ebuild,v 1.1 2005/03/31 05:27:19 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild,v 1.2 2005/03/31 19:07:40 mkennedy Exp $
inherit elisp-common flag-o-matic eutils gcc
@@ -38,7 +38,7 @@ src_unpack() {
src_compile() {
local myconf=""
- if use tclk; then
+ if use tcltk; then
myconf="
`use_with tcltk tcl=/usr/lib` \
`use_with tcltk tk=/usr/lib`"