dev-qt/qtnetwork: Update minimum dev-libs/openssl version to 1.1.1

Closes: https://github.com/gentoo/gentoo/pull/18297
Thanks-to: Маша <masha@tutamail.com>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-11-17 22:18:55 +01:00
parent de6d18e41a
commit a54f08e3a9

View File

@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
QT5_MODULE="qtbase"
inherit qt5-build
@@ -22,7 +23,7 @@ DEPEND="
networkmanager? ( ~dev-qt/qtdbus-${PV} )
sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
ssl? (
!libressl? ( dev-libs/openssl:0=[bindist=] )
!libressl? ( >=dev-libs/openssl-1.1.1:0=[bindist=] )
libressl? ( dev-libs/libressl:0= )
)
"