diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 19:45:03 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 19:49:51 +0300 |
commit | 257eb9a8637fad5298e746f4d751ff3d55f73f7c (patch) | |
tree | 49d63dfab7fc5ff0dca0642386a6bec35a9db6ad /net-p2p/transmission/transmission-3.00-r1.ebuild | |
parent | sys-cluster/kube-scheduler: stabilize 1.20.6 on amd64 (diff) | |
download | gentoo-257eb9a8637fad5298e746f4d751ff3d55f73f7c.tar.gz gentoo-257eb9a8637fad5298e746f4d751ff3d55f73f7c.tar.bz2 gentoo-257eb9a8637fad5298e746f4d751ff3d55f73f7c.zip |
net-p2p/transmission: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p/transmission/transmission-3.00-r1.ebuild')
-rw-r--r-- | net-p2p/transmission/transmission-3.00-r1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-p2p/transmission/transmission-3.00-r1.ebuild b/net-p2p/transmission/transmission-3.00-r1.ebuild index 22ba7fa01c23..791afc647154 100644 --- a/net-p2p/transmission/transmission-3.00-r1.ebuild +++ b/net-p2p/transmission/transmission-3.00-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2006-2020 Gentoo Authors +# Copyright 2006-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ HOMEPAGE="https://transmissionbt.com/" # MIT is in several libtransmission/ headers LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT" SLOT="0" -IUSE="appindicator gtk libressl lightweight nls mbedtls qt5 systemd test" +IUSE="appindicator gtk lightweight nls mbedtls qt5 systemd test" RESTRICT="!test? ( test )" ACCT_DEPEND=" @@ -42,10 +42,7 @@ BDEPEND="${ACCT_DEPEND} " COMMON_DEPEND=" >=dev-libs/libevent-2.0.10:= - !mbedtls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + !mbedtls? ( dev-libs/openssl:0= ) mbedtls? ( net-libs/mbedtls:0= ) net-libs/libnatpmp >=net-libs/miniupnpc-1.7:= |