summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-01-17 18:20:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-01-17 18:20:13 +0000
commit2d374d0f5de93ae1e90f7a03027ae5f3125d67c2 (patch)
tree769f71423c3ef1af7d9a447ae72bf68fbda8a905 /games-mud
parentuse mask ocaml (diff)
downloadgentoo-2-2d374d0f5de93ae1e90f7a03027ae5f3125d67c2.tar.gz
gentoo-2-2d374d0f5de93ae1e90f7a03027ae5f3125d67c2.tar.bz2
gentoo-2-2d374d0f5de93ae1e90f7a03027ae5f3125d67c2.zip
change error message (bug 206386)
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/lyntin/lyntin-4.1.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/games-mud/lyntin/lyntin-4.1.1.ebuild b/games-mud/lyntin/lyntin-4.1.1.ebuild
index b4ab9c840e1b..f2e04c4fb76a 100644
--- a/games-mud/lyntin/lyntin-4.1.1.ebuild
+++ b/games-mud/lyntin/lyntin-4.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.1.1.ebuild,v 1.11 2007/03/12 17:02:52 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.1.1.ebuild,v 1.12 2008/01/17 18:20:13 mr_bones_ Exp $
inherit eutils games distutils
@@ -20,8 +20,7 @@ DOCS="COMMANDS PKG-INFO HACKING README"
pkg_setup() {
games_pkg_setup
if ! built_with_use dev-lang/python tk ; then
- eerror "You need to recompile python with Tkinter support."
- eerror "Example: USE='X -build tk' emerge python"
+ eerror "You need to emerge python with USE=tk set."
echo
die "missing tkinter support with installed python"
fi