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 353C71396D0 for ; Sat, 9 Sep 2017 12:40:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8610D1FC048; Sat, 9 Sep 2017 12:40:14 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 643B51FC048 for ; Sat, 9 Sep 2017 12:40:14 +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 581A33417CD for ; Sat, 9 Sep 2017 12:40:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08EAA9063 for ; Sat, 9 Sep 2017 12:40:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1504960782.36920beabdb32e72dde1214430df67d7c8eb7cf2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-2.18.12.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 36920beabdb32e72dde1214430df67d7c8eb7cf2 X-VCS-Branch: master Date: Sat, 9 Sep 2017 12:40:08 +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: 47ac6860-0006-479d-9a62-6adae5038e12 X-Archives-Hash: 28ebffb75ae7f9bca7141e685b7cb4b0 commit: 36920beabdb32e72dde1214430df67d7c8eb7cf2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 9 12:39:42 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 9 12:39:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36920bea sci-geosciences/qgis: Drop USE=webkit Gentoo-bug: 620748 Package-Manager: Portage-2.3.8, Repoman-2.3.3 sci-geosciences/qgis/qgis-2.18.12.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sci-geosciences/qgis/qgis-2.18.12.ebuild b/sci-geosciences/qgis/qgis-2.18.12.ebuild index d0a0f668239..7a2dbf01e06 100644 --- a/sci-geosciences/qgis/qgis-2.18.12.ebuild +++ b/sci-geosciences/qgis/qgis-2.18.12.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="GPL-2+ GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="examples georeferencer grass mapserver oracle postgres python webkit" +IUSE="examples georeferencer grass mapserver oracle postgres python" REQUIRED_USE=" mapserver? ( python ) @@ -56,7 +56,7 @@ COMMON_DEPEND=" dev-python/jinja[${PYTHON_USEDEP}] dev-python/markupsafe[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - dev-python/PyQt4[X,sql,svg,webkit?,${PYTHON_USEDEP}] + dev-python/PyQt4[X,sql,svg,${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] @@ -66,7 +66,6 @@ COMMON_DEPEND=" dev-python/six[${PYTHON_USEDEP}] postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) ) - webkit? ( dev-qt/qtwebkit:4 ) " DEPEND="${COMMON_DEPEND} sys-devel/bison @@ -121,7 +120,7 @@ src_configure() { -DWITH_ORACLE=$(usex oracle) -DWITH_POSTGRESQL=$(usex postgres) -DWITH_BINDINGS=$(usex python) - -DWITH_QTWEBKIT=$(usex webkit) + -DWITH_QTWEBKIT=OFF ) if has_version '