diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-27 14:33:18 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-27 14:33:18 +0000 |
commit | 7c0c0c7fd1e64da23e03d3292d7bad69514a1267 (patch) | |
tree | 7abc52555abf9124c8a30a2c95bd30472b0353be /net-irc | |
parent | Marking icecat-3.6.13-r1 ppc64 for bug 348316 (diff) | |
download | historical-7c0c0c7fd1e64da23e03d3292d7bad69514a1267.tar.gz historical-7c0c0c7fd1e64da23e03d3292d7bad69514a1267.tar.bz2 historical-7c0c0c7fd1e64da23e03d3292d7bad69514a1267.zip |
Call python_set_active_version() only with USE="python".
Package-Manager: portage-2.2.0_alpha10_p9/cvs/Linux x86_64
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-gnome/Manifest | 12 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/net-irc/xchat-gnome/Manifest b/net-irc/xchat-gnome/Manifest index 715f7d4b43e3..37b5dd7b4320 100644 --- a/net-irc/xchat-gnome/Manifest +++ b/net-irc/xchat-gnome/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX xchat-gnome-0.26.1-fix-it-help.patch 1721 RMD160 58bf6c92e578e370b7e56d7fbcbbc361d11b4c3a SHA1 3cb78244cfe21ad7136833f4faf791ae8d4d0b5f SHA256 227be5542be8539df66eb6b7bcbe7237d40e43c8f793f8baf35c1cc35da1ff56 DIST xchat-gnome-0.26.1.tar.bz2 1938676 RMD160 ff2228aa5258a2c5a3bd7c391e83a15b2f030aff SHA1 85d205baeca5f10be9245c582ae53fbb40a4ef17 SHA256 6234f14ddc7323faaa4f10f890786a0f69da00774855412a4382b11a6158cf4b -EBUILD xchat-gnome-0.26.1-r1.ebuild 2482 RMD160 fce198b007084df26e887be242a0677160728df2 SHA1 1aebdbef8a0193151ff15d6c4d89001833b512fc SHA256 7dab00b208b610bab81920ce64c90fd459b59e4ec77dc4aa549493053520222e +EBUILD xchat-gnome-0.26.1-r1.ebuild 2501 RMD160 25f03cfe1e75b13d4126e09b0cb61cc681cd2982 SHA1 e3bb5b9d9daffbf5c0b63baa9716cc6f9a3a0db2 SHA256 9b55c5d42cb5286145b80da910b86271c7b22a13369c5c66c77a53df888e4194 MISC ChangeLog 9853 RMD160 e6ecfa78f1db069a8f7d51af44cdb1427ac913e9 SHA1 bec91c95d90794e9b40c8635f877386f742fefc9 SHA256 911ff4b6e148a9ba12081a3447e0ea90cd18d732892b0333717b7d82da43bf8f MISC metadata.xml 285 RMD160 516ad5bb6783a56fe4d0c072f6d301be98f88b70 SHA1 ed317ba5b99e87d0247681a52dde25625600f368 SHA256 888b4792a75445dae1150b437e1fef8dfaae4c78e21fe5810d7b89359e6309d8 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) - -iEYEARECAAYFAk0Yi4AACgkQ1fmVwcYIWAarQwCgyqeQGz5UYivzBq+i+9B1jr0m -TbYAoJCeBPmhJSkE0bGZsln3iCjq+c3m -=G5Rf ------END PGP SIGNATURE----- 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() { |