Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 518762 Details for
Bug 647148
net-p2p/transmission-2.93 - add USE=mbedtls
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mbedtls USE flag patch
transmission-2.93-mbedtls.patch (text/plain), 1.03 KB, created by
Hadrien Lacour
on 2018-02-09 18:43:55 UTC
(
hide
)
Description:
mbedtls USE flag patch
Filename:
MIME Type:
Creator:
Hadrien Lacour
Created:
2018-02-09 18:43:55 UTC
Size:
1.03 KB
patch
obsolete
>--- transmission-2.93.ebuild 2018-02-09 19:35:04.869686334 +0100 >+++ new-transmission-2.93.ebuild 2018-02-09 19:40:14.280790610 +0100 >@@ -13,12 +13,15 @@ > # MIT is in several libtransmission/ headers > LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT" > SLOT=0 >-IUSE="ayatana gtk libressl lightweight systemd qt5 xfs" >+IUSE="ayatana gtk libressl lightweight mbedtls systemd qt5 xfs" > KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux" > > RDEPEND=">=dev-libs/libevent-2.0.10:= >- !libressl? ( dev-libs/openssl:0= ) >- libressl? ( dev-libs/libressl:0= ) >+ !mbedtls? ( >+ !libressl? ( dev-libs/openssl:0= ) >+ libressl? ( dev-libs/libressl:0= ) >+ ) >+ mbedtls? ( net-libs/mbedtls:0= ) > net-libs/libnatpmp > >=net-libs/miniupnpc-1.7:= > >=net-misc/curl-7.16.3[ssl] >@@ -83,7 +86,8 @@ > --enable-external-natpmp \ > $(use_enable lightweight) \ > $(use_with systemd systemd-daemon) \ >- $(use_with gtk) >+ $(use_with gtk) \ >+ --with-crypto=$(usex mbedtls polarssl openssl) > > if use qt5; then > pushd qt >/dev/null || die
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 647148
: 518762