From 405d9e9a1c31f5352b5c765e5b9edd83ad341b00 Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Fri, 16 Jun 2006 13:54:25 +0000 Subject: [PATCH] Tweak remerge suggestion for missing Tkinter (bug #133533). --- eclass/python.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/python.eclass b/eclass/python.eclass index d47fd2f111d4..32747d69501c 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.24 2006/06/10 16:19:54 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.25 2006/06/16 13:54:25 marienz Exp $ # # Author: Alastair Tse # @@ -98,7 +98,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 "That means: USE='tcltk' emerge python" + eerror "That means: USE='X tcltk' emerge python" echo die "missing tkinter support with installed python" fi -- 2.26.2