summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Shkardoon <ss23@ss23.geek.nz>2018-05-21 01:12:38 +1200
committerJason Zaman <perfinion@gentoo.org>2018-05-20 21:45:49 +0800
commitf792851597b8149efd61273bcd08e261c424e90e (patch)
tree987b20eadb1cb920e22fa7e1974eef8e19351a13 /net-libs
parentnet-libs/libtorrent: support openssl-1.1 (diff)
downloadgentoo-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')
-rw-r--r--net-libs/libtorrent/libtorrent-0.13.6-r1.ebuild4
-rw-r--r--net-libs/libtorrent/libtorrent-0.13.6.ebuild4
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}