mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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= )
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user