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 1C137139696 for ; Mon, 24 Apr 2017 19:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C2A5E0CBD; Mon, 24 Apr 2017 19:27:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DA7E7E0CBD for ; Mon, 24 Apr 2017 19:27:35 +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 D21B6341301 for ; Mon, 24 Apr 2017 19:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 714B17440 for ; Mon, 24 Apr 2017 19:27:33 +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: <1493062041.d8ddbd32ac5980a6c2ee4c9fd1075c01ea439982.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.7.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d8ddbd32ac5980a6c2ee4c9fd1075c01ea439982 X-VCS-Branch: master Date: Mon, 24 Apr 2017 19:27:33 +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: a04a4119-667d-475b-83e0-735b1af1c416 X-Archives-Hash: 20b8731864e0aa99d88ae92a7aa220fa commit: d8ddbd32ac5980a6c2ee4c9fd1075c01ea439982 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 24 19:19:35 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 24 19:27:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ddbd32 sci-geosciences/qgis: Qt5Webkit unconditional, segfaults without Reported-by: Andreas Plesch netscape.net> Gentoo-bug: 612070 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-geosciences/qgis/qgis-2.18.7.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-geosciences/qgis/qgis-2.18.7.ebuild b/sci-geosciences/qgis/qgis-2.18.7.ebuild index 5db53eae7f3..72e00e7022a 100644 --- a/sci-geosciences/qgis/qgis-2.18.7.ebuild +++ b/sci-geosciences/qgis/qgis-2.18.7.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="http://www.qgis.org/" LICENSE="GPL-2+ GPL-3+" SLOT="0" -IUSE="designer examples georeferencer grass mapserver oracle postgres python touch webkit" +IUSE="designer examples georeferencer grass mapserver oracle postgres python touch" REQUIRED_USE=" mapserver? ( python ) @@ -42,6 +42,7 @@ COMMON_DEPEND=" dev-qt/qtscript:5 dev-qt/qtsvg:5 dev-qt/qtsql:5 + dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 sci-libs/gdal:=[geos,python?,${PYTHON_USEDEP}] @@ -66,7 +67,7 @@ COMMON_DEPEND=" dev-python/jinja[${PYTHON_USEDEP}] dev-python/markupsafe[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - dev-python/PyQt5[sql,svg,webkit?,${PYTHON_USEDEP}] + dev-python/PyQt5[sql,svg,webkit,${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] @@ -76,7 +77,6 @@ COMMON_DEPEND=" dev-python/six[${PYTHON_USEDEP}] postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) ) - webkit? ( dev-qt/qtwebkit:5 ) " DEPEND="${COMMON_DEPEND} dev-qt/qttest:5 @@ -129,8 +129,9 @@ src_configure() { -DWITH_POSTGRESQL=$(usex postgres) -DWITH_BINDINGS=$(usex python) -DWITH_TOUCH="$(usex touch)" - -DWITH_QTWEBKIT=$(usex webkit) ) +# # FIXME: Re-add when segfaults were figured out upstream, bug #612070 +# -DWITH_QTWEBKIT=$(usex webkit) if has_version '