Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qimageblitz/
Date: Mon, 02 May 2016 09:08:22
Message-Id: 1462180082.459f3c2c5db4a1e4f93e538dffbfc0e6eff93e3b.johu@gentoo
1 commit: 459f3c2c5db4a1e4f93e538dffbfc0e6eff93e3b
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 09:07:50 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 09:08:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459f3c2c
7
8 media-libs/qimageblitz: Use system Qt4 cmake find module
9
10 Gentoo-bug: 581824
11
12 Package-Manager: portage-2.2.28
13
14 media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild | 7 +++++++
15 1 file changed, 7 insertions(+)
16
17 diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild
18 index c57aa1c..673e4b3 100644
19 --- a/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild
20 +++ b/media-libs/qimageblitz/qimageblitz-0.0.6-r2.ebuild
21 @@ -27,6 +27,13 @@ PATCHES=(
22 "${FILESDIR}/${P}-cmake.patch"
23 )
24
25 +src_prepare() {
26 + cmake-utils_src_prepare
27 +
28 + # bug 581824: use system find module for Qt4
29 + rm -f cmake/modules/FindQt4.cmake || die
30 +}
31 +
32 src_configure() {
33 local mycmakeargs=(
34 -DHAVE_ALTIVEC=$(usex altivec)