summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2007-02-03 00:19:41 +0000
committerBryan Østergaard <kloeri@gentoo.org>2007-02-03 00:19:41 +0000
commit47d53fa177ca0a95235e3d902c9b1aebb420e7ff (patch)
treede7e5b1d2633290a819ca79cf9b8c63631f164da /eclass/python.eclass
parentFix bug number in ChangeLog. (diff)
downloadhistorical-47d53fa177ca0a95235e3d902c9b1aebb420e7ff.tar.gz
historical-47d53fa177ca0a95235e3d902c9b1aebb420e7ff.tar.bz2
historical-47d53fa177ca0a95235e3d902c9b1aebb420e7ff.zip
Fix tkinter message, bug 159323.
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r--eclass/python.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass
index 5495f1c0e9b3..cea3cd57511d 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.29 2006/10/14 20:27:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.30 2007/02/03 00:18:52 kloeri Exp $
#
# Author: Alastair Tse <liquidx@gentoo.org>
#
@@ -103,7 +103,7 @@ 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 "Try adding: 'dev-lang/python X tk'"
+ eerror "Try adding: 'dev-lang/python tk'"
eerror "in to /etc/portage/package.use"
echo
die "missing tkinter support with installed python"