diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-03 00:19:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-03 00:19:41 +0000 |
commit | 47d53fa177ca0a95235e3d902c9b1aebb420e7ff (patch) | |
tree | de7e5b1d2633290a819ca79cf9b8c63631f164da /eclass/python.eclass | |
parent | Fix bug number in ChangeLog. (diff) | |
download | historical-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.eclass | 4 |
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" |