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

(-)transmission-2.93.ebuild (-4 / +8 lines)
Lines 13-24 Link Here
13
# MIT is in several libtransmission/ headers
13
# MIT is in several libtransmission/ headers
14
LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
14
LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
15
SLOT=0
15
SLOT=0
16
IUSE="ayatana gtk libressl lightweight systemd qt5 xfs"
16
IUSE="ayatana gtk libressl lightweight mbedtls systemd qt5 xfs"
17
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
17
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
18
18
19
RDEPEND=">=dev-libs/libevent-2.0.10:=
19
RDEPEND=">=dev-libs/libevent-2.0.10:=
20
	!libressl? ( dev-libs/openssl:0= )
20
	!mbedtls? (
21
	libressl? ( dev-libs/libressl:0= )
21
		!libressl? ( dev-libs/openssl:0= )
22
		libressl? ( dev-libs/libressl:0= )
23
	)
24
	mbedtls? ( net-libs/mbedtls:0= )
22
	net-libs/libnatpmp
25
	net-libs/libnatpmp
23
	>=net-libs/miniupnpc-1.7:=
26
	>=net-libs/miniupnpc-1.7:=
24
	>=net-misc/curl-7.16.3[ssl]
27
	>=net-misc/curl-7.16.3[ssl]
Lines 83-89 Link Here
83
		--enable-external-natpmp \
86
		--enable-external-natpmp \
84
		$(use_enable lightweight) \
87
		$(use_enable lightweight) \
85
		$(use_with systemd systemd-daemon) \
88
		$(use_with systemd systemd-daemon) \
86
		$(use_with gtk)
89
		$(use_with gtk) \
90
		--with-crypto=$(usex mbedtls polarssl openssl)
87
91
88
	if use qt5; then
92
	if use qt5; then
89
		pushd qt >/dev/null || die
93
		pushd qt >/dev/null || die

Return to bug 647148