diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-09 14:39:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-09 14:39:42 +0200 |
commit | 36920beabdb32e72dde1214430df67d7c8eb7cf2 (patch) | |
tree | 86a830b4e2fa043fa02adf8e81f9876b5ad7d602 /sci-geosciences | |
parent | net-im/qutim: Remove old (diff) | |
download | gentoo-36920beabdb32e72dde1214430df67d7c8eb7cf2.tar.gz gentoo-36920beabdb32e72dde1214430df67d7c8eb7cf2.tar.bz2 gentoo-36920beabdb32e72dde1214430df67d7c8eb7cf2.zip |
sci-geosciences/qgis: Drop USE=webkit
Gentoo-bug: 620748
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qgis/qgis-2.18.12.ebuild | 7 |
1 files 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 d0a0f6682394..7a2dbf01e066 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 |