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 36C77138216 for ; Mon, 2 May 2016 09:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8F3021C003; Mon, 2 May 2016 09:08:18 +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 9077521C003 for ; Mon, 2 May 2016 09:08:18 +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 755D6340AA9 for ; Mon, 2 May 2016 09:08:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C350329 for ; Mon, 2 May 2016 09:08:15 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1462180082.459f3c2c5db4a1e4f93e538dffbfc0e6eff93e3b.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qimageblitz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild X-VCS-Directories: media-libs/qimageblitz/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 459f3c2c5db4a1e4f93e538dffbfc0e6eff93e3b X-VCS-Branch: master Date: Mon, 2 May 2016 09:08: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-Archives-Salt: d012c5ee-e772-4941-b41d-d252f255486c X-Archives-Hash: b99f31c95f5196d6463eafdfc22395c0 commit: 459f3c2c5db4a1e4f93e538dffbfc0e6eff93e3b Author: Johannes Huber gentoo org> AuthorDate: Mon May 2 09:07:50 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon May 2 09:08:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459f3c2c media-libs/qimageblitz: Use system Qt4 cmake find module Gentoo-bug: 581824 Package-Manager: portage-2.2.28 media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild index c57aa1c..673e4b3 100644 --- a/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild +++ b/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild @@ -27,6 +27,13 @@ PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) +src_prepare() { + cmake-utils_src_prepare + + # bug 581824: use system find module for Qt4 + rm -f cmake/modules/FindQt4.cmake || die +} + src_configure() { local mycmakeargs=( -DHAVE_ALTIVEC=$(usex altivec)