summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-04-24 19:06:47 +0000
committerIan Leitch <port001@gentoo.org>2004-04-24 19:06:47 +0000
commitd83033254dae9a5c7538d6f90cc93c6e65a14feb (patch)
tree2200e5d020592aad73441770433de867ee63037e /dev-lang/tcl/tcl-8.3.4.ebuild
parentRemove some optional compression dependencies. Fixes bug 33883. (Manifest rec... (diff)
downloadgentoo-2-d83033254dae9a5c7538d6f90cc93c6e65a14feb.tar.gz
gentoo-2-d83033254dae9a5c7538d6f90cc93c6e65a14feb.tar.bz2
gentoo-2-d83033254dae9a5c7538d6f90cc93c6e65a14feb.zip
Small typo in pkg_setup()
Diffstat (limited to 'dev-lang/tcl/tcl-8.3.4.ebuild')
-rw-r--r--dev-lang/tcl/tcl-8.3.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tcl/tcl-8.3.4.ebuild b/dev-lang/tcl/tcl-8.3.4.ebuild
index 0350020feb97..d6ab3b733d93 100644
--- a/dev-lang/tcl/tcl-8.3.4.ebuild
+++ b/dev-lang/tcl/tcl-8.3.4.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/tcl/tcl-8.3.4.ebuild,v 1.10 2004/04/20 00:52:21 port001 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.4.ebuild,v 1.11 2004/04/24 19:06:44 port001 Exp $
IUSE="threads"
@@ -25,7 +25,7 @@ pkg_setup() {
if [ "`use threads`" ]
then
ewarn ""
- ewarn "PLEASE NOTE: You are compiling tcl-8.4 with"
+ ewarn "PLEASE NOTE: You are compiling ${P} with"
ewarn "threading enabled."
ewarn "Threading is not supported by all applications"
ewarn "that compile against tcl. You use threading at"