Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit23/
Date: Sat, 30 May 2015 02:25:04
Message-Id: 1432952635.dc8ea6f65c04a593eb7cf79a760db237bcdf558c.pesa@gentoo
1 commit: dc8ea6f65c04a593eb7cf79a760db237bcdf558c
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 02:23:55 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 02:23:55 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=dc8ea6f6
7
8 [dev-qt/qtwebkit23] Prevent automagic dependency on qt-mobility.
9
10 Package-Manager: portage-2.2.20
11
12 dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild b/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
16 index f375165..b1ddbdd 100644
17 --- a/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
18 +++ b/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:38:53 pesa Exp $
24
25 @@ -78,7 +78,12 @@ multilib_src_compile() {
26 --makeargs="${MAKEOPTS}"
27 --$(usex debug debug release)
28 --$(usex gstreamer video no-video)
29 + # disable WebKit2 since it requires Qt5
30 --no-webkit2
31 + # prevent automagic dependency on qt-mobility (bug 547350)
32 + --no-geolocation
33 + --no-device-orientation
34 + --no-orientation-events
35 # copied from eqmake4
36 QMAKE_AR="'$(tc-getAR) cqs'"
37 QMAKE_CC="'$(tc-getCC)'"