commit:     36920beabdb32e72dde1214430df67d7c8eb7cf2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 12:39:42 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 '<x11-libs/qscintilla-2.10'; then

Reply via email to