From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 260B459CB4 for ; Tue, 19 Apr 2016 11:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E712121C0F3; Tue, 19 Apr 2016 11:26:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9087121C0F3 for ; Tue, 19 Apr 2016 11:26:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0899B3405CF for ; Tue, 19 Apr 2016 11:26:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22AAF22B for ; Tue, 19 Apr 2016 11:25:59 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1461065148.d49892730af683fa30eface487ac67420ba4d348.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/mythtv/mythtv-0.28.ebuild X-VCS-Directories: media-tv/mythtv/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: d49892730af683fa30eface487ac67420ba4d348 X-VCS-Branch: master Date: Tue, 19 Apr 2016 11:25:59 +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: 3deca927-d537-4ba9-a819-f58628d748ee X-Archives-Hash: 1d39a30dc2931c07ff305bff0e3f2291 commit: d49892730af683fa30eface487ac67420ba4d348 Author: Richard Freeman gentoo org> AuthorDate: Tue Apr 19 11:25:32 2016 +0000 Commit: Richard Freeman gentoo org> CommitDate: Tue Apr 19 11:25:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4989273 media-tv/mythtv: fix broken qmake detection for qt5 Package-Manager: portage-2.2.26 media-tv/mythtv/mythtv-0.28.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-tv/mythtv/mythtv-0.28.ebuild b/media-tv/mythtv/mythtv-0.28.ebuild index 467d7d4..e87b4cc 100644 --- a/media-tv/mythtv/mythtv-0.28.ebuild +++ b/media-tv/mythtv/mythtv-0.28.ebuild @@ -265,6 +265,7 @@ src_configure() { --extra-cflags="${CFLAGS}" \ --extra-cxxflags="${CXXFLAGS}" \ --extra-ldflags="${LDFLAGS}" \ + --qmake="/usr/lib/qt5/bin/qmake" \ ${myconf} || die "configure died" }