summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 13:40:54 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 13:40:54 +0000
commit7e2b6786561c2e71efa284f77947b7dc321ce8b5 (patch)
tree828aeceb243b8779b4bef761fb360d89efa1afd0 /games-arcade/pycadia/pycadia-0.5.1.ebuild
parentStable on sparc wrt #146076 and cleanup old (diff)
downloadhistorical-7e2b6786561c2e71efa284f77947b7dc321ce8b5.tar.gz
historical-7e2b6786561c2e71efa284f77947b7dc321ce8b5.tar.bz2
historical-7e2b6786561c2e71efa284f77947b7dc321ce8b5.zip
Replacing einfo with eerror
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-arcade/pycadia/pycadia-0.5.1.ebuild')
-rw-r--r--games-arcade/pycadia/pycadia-0.5.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/pycadia/pycadia-0.5.1.ebuild b/games-arcade/pycadia/pycadia-0.5.1.ebuild
index 5dd95d0d1fb5..52589f857b0d 100644
--- a/games-arcade/pycadia/pycadia-0.5.1.ebuild
+++ b/games-arcade/pycadia/pycadia-0.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pycadia/pycadia-0.5.1.ebuild,v 1.11 2006/09/28 20:56:20 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pycadia/pycadia-0.5.1.ebuild,v 1.12 2007/03/12 13:40:54 genone Exp $
inherit eutils games
@@ -22,7 +22,7 @@ pkg_setup() {
# bug #101464
if has_version '<dev-python/pygtk-2.8.0-r2' ; then
if ! built_with_use dev-python/pygtk gnome ; then
- einfo "${PN} needs gnome support in dev-python/pygtk"
+ eerror "${PN} needs gnome support in dev-python/pygtk"
die "Please emerge dev-python/pygtk with USE=gnome"
fi
fi