diff options
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-5.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/bittorrent-5.2.0.ebuild b/net-p2p/bittorrent/bittorrent-5.2.0.ebuild index 069c5318d536..2e45a7ef0091 100644 --- a/net-p2p/bittorrent/bittorrent-5.2.0.ebuild +++ b/net-p2p/bittorrent/bittorrent-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.2.0.ebuild,v 1.2 2008/07/10 14:09:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.2.0.ebuild,v 1.3 2008/07/21 05:33:51 mr_bones_ Exp $ WX_GTK_VER="2.6" inherit distutils fdo-mime eutils wxwidgets @@ -43,8 +43,8 @@ pkg_setup() { fi if ! built_with_use dev-lang/python threads; then - die "${PN} needs dev-lang/python with USE=\"threads\"" - fi + die "${PN} needs dev-lang/python with USE=\"threads\"" + fi } src_unpack() { |