commit:     dc8ea6f65c04a593eb7cf79a760db237bcdf558c
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 02:23:55 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat May 30 02:23:55 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=dc8ea6f6

[dev-qt/qtwebkit23] Prevent automagic dependency on qt-mobility.

Package-Manager: portage-2.2.20

 dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild 
b/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
index f375165..b1ddbdd 100644
--- a/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
+++ b/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $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 $
 
@@ -78,7 +78,12 @@ multilib_src_compile() {
                --makeargs="${MAKEOPTS}"
                --$(usex debug debug release)
                --$(usex gstreamer video no-video)
+               # disable WebKit2 since it requires Qt5
                --no-webkit2
+               # prevent automagic dependency on qt-mobility (bug 547350)
+               --no-geolocation
+               --no-device-orientation
+               --no-orientation-events
                # copied from eqmake4
                QMAKE_AR="'$(tc-getAR) cqs'"
                QMAKE_CC="'$(tc-getCC)'"

Reply via email to