Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 431146
Collapse All | Expand All

(-)bittorrent-4.4.0-r2.ebuild (-4 / +4 lines)
Lines 24-31 Link Here
24
24
25
LICENSE="BitTorrent"
25
LICENSE="BitTorrent"
26
SLOT="0"
26
SLOT="0"
27
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
27
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
28
IUSE="gtk"
28
IUSE="aqua gtk"
29
29
30
RDEPEND=">=dev-python/pycrypto-2.0
30
RDEPEND=">=dev-python/pycrypto-2.0
31
	gtk? (	>=x11-libs/gtk+-2.6:2
31
	gtk? (	>=x11-libs/gtk+-2.6:2
Lines 65-72 Link Here
65
	if use gtk; then
65
	if use gtk; then
66
		doicon images/bittorrent.ico
66
		doicon images/bittorrent.ico
67
		domenu "${FILESDIR}"/${PN}.desktop
67
		domenu "${FILESDIR}"/${PN}.desktop
68
	else
68
	elif use !aqua; then
69
		rm -f "${D}"usr/bin/{bit,make}torrent
69
		rm -f "${ED}"usr/bin/{bit,make}torrent
70
	fi
70
	fi
71
71
72
	insinto /etc/pki/bittorrent/
72
	insinto /etc/pki/bittorrent/

Return to bug 431146