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 0DD7F138359 for ; Wed, 15 Jul 2020 12:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF47BE0A65; Wed, 15 Jul 2020 12:28:34 +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 B9CEEE0A65 for ; Wed, 15 Jul 2020 12:28:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9400934F136 for ; Wed, 15 Jul 2020 12:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21B272DC for ; Wed, 15 Jul 2020 12:28:30 +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: <1594816084.4c2e2f64bd3905ce43a55f96a497e95e74f9ca2c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/zygrib/files/, app-misc/zygrib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/zygrib/files/zygrib-8.0.1-qt-5.15.patch app-misc/zygrib/zygrib-8.0.1-r1.ebuild X-VCS-Directories: app-misc/zygrib/files/ app-misc/zygrib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4c2e2f64bd3905ce43a55f96a497e95e74f9ca2c X-VCS-Branch: master Date: Wed, 15 Jul 2020 12:28:30 +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: 5d3992ab-0715-4f44-a054-68db656fa475 X-Archives-Hash: 46892bd262209561ce2988c08141a3d4 commit: 4c2e2f64bd3905ce43a55f96a497e95e74f9ca2c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 15 12:23:29 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 15 12:28:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2e2f64 app-misc/zygrib: Fix build with Qt 5.15 Closes: https://bugs.gentoo.org/732732 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/zygrib/files/zygrib-8.0.1-qt-5.15.patch | 38 ++++++++++++++++++++++++ app-misc/zygrib/zygrib-8.0.1-r1.ebuild | 1 + 2 files changed, 39 insertions(+) diff --git a/app-misc/zygrib/files/zygrib-8.0.1-qt-5.15.patch b/app-misc/zygrib/files/zygrib-8.0.1-qt-5.15.patch new file mode 100644 index 00000000000..7f641bd0b9e --- /dev/null +++ b/app-misc/zygrib/files/zygrib-8.0.1-qt-5.15.patch @@ -0,0 +1,38 @@ +From 73b1e8a9b622a27a03425db03bdbaee0eb88b8b7 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Wed, 15 Jul 2020 14:21:13 +0200 +Subject: [PATCH] Fix build with Qt 5.15 (missing headers) + +Signed-off-by: Andreas Sturmlechner +--- + src/IacPlot.h | 1 + + src/SkewT.h | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/src/IacPlot.h b/src/IacPlot.h +index dab76b6..59f6deb 100644 +--- a/src/IacPlot.h ++++ b/src/IacPlot.h +@@ -30,6 +30,7 @@ Lecture mise en mémoire d'un fichier IAC (fleetcodes) + + #include + #include ++#include + #include + + #include "DataMeteoAbstract.h" +diff --git a/src/SkewT.h b/src/SkewT.h +index eb70372..36d4df8 100644 +--- a/src/SkewT.h ++++ b/src/SkewT.h +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + #include + #include + #include +-- +2.27.0 + diff --git a/app-misc/zygrib/zygrib-8.0.1-r1.ebuild b/app-misc/zygrib/zygrib-8.0.1-r1.ebuild index 94a696ec8e6..5742b5dc7ae 100644 --- a/app-misc/zygrib/zygrib-8.0.1-r1.ebuild +++ b/app-misc/zygrib/zygrib-8.0.1-r1.ebuild @@ -41,6 +41,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" PATCHES=( "${FILESDIR}/${P}-libs.patch" "${FILESDIR}/${P}-proj-6.patch" # bug 686078 + "${FILESDIR}/${P}-qt-5.15.patch" # bug 732732 ) src_prepare() {