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
commita5a2f49f3cda526eaf90798f82e92d0572c07042 (patch)
treeb89be1a1d27d7672ea43950ca0d2519fbfe8b8d7 /eclass/distutils.eclass
parentFix tkinter message, bug 159323. (diff)
downloadgentoo-2-a5a2f49f3cda526eaf90798f82e92d0572c07042.tar.gz
gentoo-2-a5a2f49f3cda526eaf90798f82e92d0572c07042.tar.bz2
gentoo-2-a5a2f49f3cda526eaf90798f82e92d0572c07042.zip
Fix tkinter message, bug 159323.
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r--eclass/distutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass
index 6e5ac3d2f4c1..a7fb8ab82e7c 100644
--- a/eclass/distutils.eclass
+++ b/eclass/distutils.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/distutils.eclass,v 1.37 2007/01/27 11:21:45 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.38 2007/02/03 00:19:41 kloeri Exp $
#
# Author: Jon Nelson <jnelson@gentoo.org>
# Current Maintainer: Alastair Tse <liquidx@gentoo.org>
@@ -112,7 +112,7 @@ distutils_python_version() {
distutils_python_tkinter() {
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' to:"
+ eerror "Try adding 'dev-lang/python tk' to:"
eerror "/etc/portage/package.use"
echo
die "missing tkinter support with installed python"