diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-12 23:56:48 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-12 23:56:48 +0000 |
commit | bbc3f955c71cecb38f80c88d53a00970240c67c4 (patch) | |
tree | 34bc9b7a66e0c564bf3d11dc090fb9b20d00c2f5 /net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild | |
parent | Version bump; use test-unit-2 and the helper function for testing (more consi... (diff) | |
download | historical-bbc3f955c71cecb38f80c88d53a00970240c67c4.tar.gz historical-bbc3f955c71cecb38f80c88d53a00970240c67c4.tar.bz2 historical-bbc3f955c71cecb38f80c88d53a00970240c67c4.zip |
add prefix support (bug #431146)
Package-Manager: portage-2.2.0_alpha121/cvs/Linux i686
Diffstat (limited to 'net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild b/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild index c7ac1647a17b..7d0f3d4fc071 100644 --- a/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild,v 1.10 2012/03/06 21:55:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild,v 1.11 2012/08/12 23:56:48 ottxor Exp $ EAPI="3" @@ -24,8 +24,8 @@ SRC_URI="http://www.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="gtk" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="aqua gtk" RDEPEND=">=dev-python/pycrypto-2.0 gtk? ( >=x11-libs/gtk+-2.6:2 @@ -65,8 +65,8 @@ src_install() { if use gtk; then doicon images/bittorrent.ico domenu "${FILESDIR}"/${PN}.desktop - else - rm -f "${D}"usr/bin/{bit,make}torrent + elif use !aqua; then + rm -f "${ED}"usr/bin/{bit,make}torrent fi insinto /etc/pki/bittorrent/ |