From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1223345-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8053138359 for <garchives@archives.gentoo.org>; Tue, 17 Nov 2020 21:20:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E55D9E092F; Tue, 17 Nov 2020 21:20:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC1E1E092F for <gentoo-commits@lists.gentoo.org>; Tue, 17 Nov 2020 21:20:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CCF5340B23 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Nov 2020 21:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C9D744C for <gentoo-commits@lists.gentoo.org>; Tue, 17 Nov 2020 21:20:28 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1605648011.d0a17115aae895e3f5b4a1e8c027e9cf52271f40.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetwork/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtnetwork/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d0a17115aae895e3f5b4a1e8c027e9cf52271f40 X-VCS-Branch: master Date: Tue, 17 Nov 2020 21:20:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 615b7946-dd3a-42c9-872a-e1515f7564a9 X-Archives-Hash: cad31c16a97f9337f1a33c3f56d017af commit: d0a17115aae895e3f5b4a1e8c027e9cf52271f40 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Nov 17 21:18:55 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Nov 17 21:20:11 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d0a17115 dev-qt/qtnetwork: Update minimum dev-libs/openssl version to 1.1.1 See also: https://github.com/gentoo/gentoo/pull/18297 Thanks-to: Маша <masha <AT> tutamail.com> Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild b/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild index 3ac6956d..cd62434c 100644 --- a/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild +++ b/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild @@ -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= ) ) "