diff options
author | 2010-12-27 14:33:18 +0000 | |
---|---|---|
committer | 2010-12-27 14:33:18 +0000 | |
commit | e0ea9c9bbd2f45a92080d1f1a49d113496c6decd (patch) | |
tree | 319b515190c82d4233ec68bc9dd04ceec40d9407 /net-irc/xchat-gnome | |
parent | Marking icecat-3.6.13-r1 ppc64 for bug 348316 (diff) | |
download | gentoo-2-e0ea9c9bbd2f45a92080d1f1a49d113496c6decd.tar.gz gentoo-2-e0ea9c9bbd2f45a92080d1f1a49d113496c6decd.tar.bz2 gentoo-2-e0ea9c9bbd2f45a92080d1f1a49d113496c6decd.zip |
Call python_set_active_version() only with USE="python".
(Portage version: 2.2.0_alpha10_p9/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/xchat-gnome')
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild index a6cdff5c3073..9d5dae5da876 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild,v 1.5 2010/12/27 12:44:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild,v 1.6 2010/12/27 14:33:18 arfrever Exp $ EAPI="2" GCONF_DEBUG="yes" @@ -66,7 +66,7 @@ pkg_setup() { $(use_enable sound canberra) $(use_enable libnotify notification)" - python_set_active_version 2 + use python && python_set_active_version 2 } src_prepare() { |