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 E7D5B138334 for ; Thu, 9 Aug 2018 13:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02C8FE0929; Thu, 9 Aug 2018 13:45:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C35FEE0929 for ; Thu, 9 Aug 2018 13:45:33 +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 20FE1335C9E for ; Thu, 9 Aug 2018 13:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46E19380 for ; Thu, 9 Aug 2018 13:45:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1533822324.797e35a438359be9ee9ae405fb2f41ebf270db71.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/, media-tv/mythtv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/mythtv/files/mythtv-0.28.1-qt511.patch media-tv/mythtv/mythtv-0.28.1-r4.ebuild X-VCS-Directories: media-tv/mythtv/ media-tv/mythtv/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 797e35a438359be9ee9ae405fb2f41ebf270db71 X-VCS-Branch: master Date: Thu, 9 Aug 2018 13:45: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-Archives-Salt: c0141f36-81a0-4240-8c2d-6e6c44b314bf X-Archives-Hash: 64c685bd46547789a9eae3f74f2f542f commit: 797e35a438359be9ee9ae405fb2f41ebf270db71 Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 9 13:45:04 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Aug 9 13:45:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797e35a4 media-tv/mythtv: Fixed detection of >=qt-5.10 Package-Manager: Portage-2.3.45, Repoman-2.3.10 media-tv/mythtv/files/mythtv-0.28.1-qt511.patch | 11 +++++++++++ media-tv/mythtv/mythtv-0.28.1-r4.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/media-tv/mythtv/files/mythtv-0.28.1-qt511.patch b/media-tv/mythtv/files/mythtv-0.28.1-qt511.patch new file mode 100644 index 00000000000..3fab1e6b548 --- /dev/null +++ b/media-tv/mythtv/files/mythtv-0.28.1-qt511.patch @@ -0,0 +1,11 @@ +--- a/configure ++++ b/configure +@@ -5907,7 +5907,7 @@ + enabled pic && enable_weak_pic + + is_qmake5(){ +- $1 --version 2>&1 | egrep -q -e "Qt version 5\.[2-9]\.[0-9]" ++ $1 --version 2>&1 | egrep -q -e 'Qt version 5\.(([1-9][0-9]+)|[2-9])\.[0-9]' + } + + # qmake-qt5 /usr/lib64/qt5/bin/qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake diff --git a/media-tv/mythtv/mythtv-0.28.1-r4.ebuild b/media-tv/mythtv/mythtv-0.28.1-r4.ebuild index b5d2925cc37..24a3c0c7042 100644 --- a/media-tv/mythtv/mythtv-0.28.1-r4.ebuild +++ b/media-tv/mythtv/mythtv-0.28.1-r4.ebuild @@ -177,6 +177,7 @@ src_prepare() { eapply "${FILESDIR}/${P}-glibc225.patch" eapply -p2 "${FILESDIR}/${PN}-29.2-freetype_pkgconfig.patch" #658534 + eapply "${FILESDIR}/${P}-qt511.patch" } src_configure() {