net-libs/libtorrent: clarify openssl <1.1 requirement
authorStephen Shkardoon <ss23@ss23.geek.nz>
Sun, 20 May 2018 13:12:38 +0000 (01:12 +1200)
committerJason Zaman <perfinion@gentoo.org>
Sun, 20 May 2018 13:45:49 +0000 (21:45 +0800)
Bug: https://bugs.gentoo.org/655696
Package-Manager: Portage-2.3.24, Repoman-2.3.6

net-libs/libtorrent/libtorrent-0.13.6-r1.ebuild
net-libs/libtorrent/libtorrent-0.13.6.ebuild

index 7cc8363c371400b36b9fdab82ccaa4465055ba9a..402b6608920d73f767bcf894a060fb51f86b928c 100644 (file)
@@ -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}
index 49cf4e570c4eccbf4433216ea1badf1bec43701b..90e62d00ecf0d76e2db10f70c63527fce42c7d90 100644 (file)
@@ -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}