From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 73C75138359 for ; Thu, 10 Sep 2020 17:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF4DCE088B; Thu, 10 Sep 2020 17:49:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 92996E088B for ; Thu, 10 Sep 2020 17:49:19 +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 865D9340D8C for ; Thu, 10 Sep 2020 17:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBCF335F for ; Thu, 10 Sep 2020 17:49:15 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1599760145.4903411dff611982037b87042efa2033a0f9311a.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetwork/, dev-qt/qtnetwork/files/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtnetwork/files/qtnetwork-5.15.1-libressl.patch dev-qt/qtnetwork/files/qtnetwork-5.15.9999-libressl.patch dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtnetwork/ dev-qt/qtnetwork/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4903411dff611982037b87042efa2033a0f9311a X-VCS-Branch: master Date: Thu, 10 Sep 2020 17:49:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60102715-2453-4b4e-b018-4c58e0770424 X-Archives-Hash: c337a0556bdd3781e81fab2338169b9f commit: 4903411dff611982037b87042efa2033a0f9311a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 10 17:46:34 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 10 17:49:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4903411d dev-qt/qtnetwork: Sync with Gentoo ebuild repo Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> ...network-5.15.9999-libressl.patch => qtnetwork-5.15.1-libressl.patch} | 0 dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtnetwork/files/qtnetwork-5.15.9999-libressl.patch b/dev-qt/qtnetwork/files/qtnetwork-5.15.1-libressl.patch similarity index 100% rename from dev-qt/qtnetwork/files/qtnetwork-5.15.9999-libressl.patch rename to dev-qt/qtnetwork/files/qtnetwork-5.15.1-libressl.patch diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild b/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild index ab3fa869..4cbbe349 100644 --- a/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild +++ b/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild @@ -44,7 +44,7 @@ QT5_GENTOO_PRIVATE_CONFIG=( :network ) -PATCHES=( "${FILESDIR}"/${P}-libressl.patch ) # Bug 562050, not upstreamable +PATCHES=( "${FILESDIR}"/${PN}-5.15.1-libressl.patch ) # Bug 562050, not upstreamable pkg_setup() { use connman && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/connman)