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 204C91388BF for ; Wed, 13 Jan 2016 15:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67BA021C002; Wed, 13 Jan 2016 15:59:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07FB121C002 for ; Wed, 13 Jan 2016 15:59:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0311533D3CF for ; Wed, 13 Jan 2016 15:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE9DFA01 for ; Wed, 13 Jan 2016 15:59:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1452700734.2fc03f6fe59a3dcd194b5c4c0aa5cd16f859f336.kensington@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.6.0_beta.ebuild dev-qt/qtwebengine/qtwebengine-5.6.9999.ebuild dev-qt/qtwebengine/qtwebengine-5.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2fc03f6fe59a3dcd194b5c4c0aa5cd16f859f336 X-VCS-Branch: master Date: Wed, 13 Jan 2016 15:59:12 +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: e2230307-56a6-4409-bb50-ca2dd516f5c2 X-Archives-Hash: 8ea041cd5c95da5d862f5b8c6d7f4f5f commit: 2fc03f6fe59a3dcd194b5c4c0aa5cd16f859f336 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 13 15:58:54 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 13 15:58:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2fc03f6f dev-qt/qtwebengine: fix positioning USE flag Package-Manager: portage-2.2.26 dev-qt/qtwebengine/qtwebengine-5.6.0_beta.ebuild | 2 +- dev-qt/qtwebengine/qtwebengine-5.6.9999.ebuild | 2 +- dev-qt/qtwebengine/qtwebengine-5.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.6.0_beta.ebuild b/dev-qt/qtwebengine/qtwebengine-5.6.0_beta.ebuild index 7c0353f..e273580 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.6.0_beta.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.6.0_beta.ebuild @@ -66,7 +66,7 @@ DEPEND="${RDEPEND} " src_prepare() { - qt_use_disable_mod geolocation positionint \ + qt_use_disable_mod geolocation positioning \ src/core/core_common.pri \ src/core/core_gyp_generator.pro qt_use_disable_mod widgets widgets \ diff --git a/dev-qt/qtwebengine/qtwebengine-5.6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.6.9999.ebuild index 7c0353f..e273580 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.6.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.6.9999.ebuild @@ -66,7 +66,7 @@ DEPEND="${RDEPEND} " src_prepare() { - qt_use_disable_mod geolocation positionint \ + qt_use_disable_mod geolocation positioning \ src/core/core_common.pri \ src/core/core_gyp_generator.pro qt_use_disable_mod widgets widgets \ diff --git a/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild index 7c0353f..e273580 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild @@ -66,7 +66,7 @@ DEPEND="${RDEPEND} " src_prepare() { - qt_use_disable_mod geolocation positionint \ + qt_use_disable_mod geolocation positioning \ src/core/core_common.pri \ src/core/core_gyp_generator.pro qt_use_disable_mod widgets widgets \