summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r--eclass/python.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass
index c7fb72c6e238..d3d0ba362603 100644
--- a/eclass/python.eclass
+++ b/eclass/python.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.26 2006/07/14 15:13:32 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.27 2006/08/07 00:21:49 liquidx Exp $
#
# Author: Alastair Tse <liquidx@gentoo.org>
#
@@ -98,8 +98,8 @@ python_makesym() {
python_tkinter_exists() {
if ! python -c "import Tkinter" >/dev/null 2>&1; then
eerror "You need to recompile python with Tkinter support."
- eerror "That means: 'dev-lang/python X tcltk'"
- eerror "in /etc/portage/package.use"
+ eerror "Try adding: 'dev-lang/python X tk'"
+ eerror "in to /etc/portage/package.use"
echo
die "missing tkinter support with installed python"
fi