Skip to content

Commit

Permalink
sci-geosciences/qgis: Drop USE=webkit
Browse files Browse the repository at this point in the history
Gentoo-bug: 620748
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
a17r committed Sep 9, 2017
1 parent c4f9991 commit 36920be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sci-geosciences/qgis/qgis-2.18.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down Expand Up @@ -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}]
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 36920be

Please sign in to comment.