diff options
author | Stephen Shkardoon <ss23@ss23.geek.nz> | 2018-05-21 01:12:38 +1200 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-05-20 21:45:49 +0800 |
commit | f792851597b8149efd61273bcd08e261c424e90e (patch) | |
tree | 987b20eadb1cb920e22fa7e1974eef8e19351a13 /net-libs/libtorrent | |
parent | net-libs/libtorrent: support openssl-1.1 (diff) | |
download | gentoo-f792851597b8149efd61273bcd08e261c424e90e.tar.gz gentoo-f792851597b8149efd61273bcd08e261c424e90e.tar.bz2 gentoo-f792851597b8149efd61273bcd08e261c424e90e.zip |
net-libs/libtorrent: clarify openssl <1.1 requirement
Bug: https://bugs.gentoo.org/655696
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.13.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.13.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.13.6-r1.ebuild b/net-libs/libtorrent/libtorrent-0.13.6-r1.ebuild index 7cc8363c3714..402b6608920d 100644 --- a/net-libs/libtorrent/libtorrent-0.13.6-r1.ebuild +++ b/net-libs/libtorrent/libtorrent-0.13.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,7 @@ RDEPEND=" sys-libs/zlib >=dev-libs/libsigc++-2.2.2:2 ssl? ( - !libressl? ( dev-libs/openssl:0= ) + !libressl? ( <dev-libs/openssl-1.1:0= ) libressl? ( dev-libs/libressl:= ) )" DEPEND="${RDEPEND} diff --git a/net-libs/libtorrent/libtorrent-0.13.6.ebuild b/net-libs/libtorrent/libtorrent-0.13.6.ebuild index 49cf4e570c4e..90e62d00ecf0 100644 --- a/net-libs/libtorrent/libtorrent-0.13.6.ebuild +++ b/net-libs/libtorrent/libtorrent-0.13.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,7 @@ RDEPEND=" sys-libs/zlib >=dev-libs/libsigc++-2.2.2:2 ssl? ( - !libressl? ( dev-libs/openssl:0= ) + !libressl? ( <dev-libs/openssl-1.1:0= ) libressl? ( dev-libs/libressl:= ) )" DEPEND="${RDEPEND} |