From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D68DE139694 for ; Tue, 25 Apr 2017 20:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B60F321C08C; Tue, 25 Apr 2017 20:15:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8EA2D21C0A6 for ; Tue, 25 Apr 2017 20:15:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 605443415B7 for ; Tue, 25 Apr 2017 20:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42A9D7429 for ; Tue, 25 Apr 2017 20:15:38 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1493151158.bdce15ceafa411a7d8c6507976a956ca8f85848e.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild dev-qt/qtwebengine/qtwebengine-5.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: bdce15ceafa411a7d8c6507976a956ca8f85848e X-VCS-Branch: master Date: Tue, 25 Apr 2017 20:15:38 +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: 0064b0bf-a3c0-4e29-80fc-9bf3082ac259 X-Archives-Hash: 97f8341374f0c96aa6afbd4653534253 commit: bdce15ceafa411a7d8c6507976a956ca8f85848e Author: Jimi Huotari gentoo org> AuthorDate: Mon Apr 24 15:59:52 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Apr 25 20:12:38 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bdce15ce dev-qt/qtwebengine: Update disabling 'positioning' in 5.9 ebuilds. Upstream changes: - http://code.qt.io/cgit/qt/qtwebengine.git/commit/?h=5.9&id=e00ac03b406f7588a41b83f6d33a8306c3dd92b8 - http://code.qt.io/cgit/qt/qtwebengine.git/commit/?h=5.9&id=ff15dec87970a6ed9fdb1f41c344ec9513853ae8 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild | 3 ++- dev-qt/qtwebengine/qtwebengine-5.9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild index 62e3d38d..7e15ff03 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild @@ -86,7 +86,8 @@ src_prepare() { qt_use_disable_mod geolocation positioning \ src/core/core_common.pri \ - src/core/core_gyp_generator.pro + src/core/core_chromium.pri \ + tools/qmake/mkspecs/features/configure.prf qt_use_disable_mod widgets widgets src/src.pro diff --git a/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild index 62e3d38d..7e15ff03 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild @@ -86,7 +86,8 @@ src_prepare() { qt_use_disable_mod geolocation positioning \ src/core/core_common.pri \ - src/core/core_gyp_generator.pro + src/core/core_chromium.pri \ + tools/qmake/mkspecs/features/configure.prf qt_use_disable_mod widgets widgets src/src.pro