commit:     dcf5b5f7dbee28d9eaad3796ea6b368c76823a0d
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 17:22:47 2015 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 17:39:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf5b5f7

sci-geosciences/qgis: useflags repaired bug #508320 and bug #476460

Package-Manager: portage-2.2.24

 sci-geosciences/qgis/qgis-1.8.0.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild 
b/sci-geosciences/qgis/qgis-1.8.0.ebuild
index 1fe1c59..5d9d726 100644
--- a/sci-geosciences/qgis/qgis-1.8.0.ebuild
+++ b/sci-geosciences/qgis/qgis-1.8.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://qgis.org/downloads/${P}.tar.bz2
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="bundled-libs examples gps gsl postgres python spatialite test"
+IUSE="bundled-libs examples gsl postgres python spatialite test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -32,14 +32,14 @@ RDEPEND="
        sci-geosciences/gpsbabel
        >=sci-libs/gdal-1.6.1[geos,python?]
        sci-libs/geos
-       sci-libs/gsl
        sci-libs/libspatialindex
        sci-libs/proj
        x11-libs/qwt:5[svg]
        !bundled-libs? ( <x11-libs/qwtpolar-1 )
-       postgres? ( >=dev-db/postgresql-8.4 )
+       gsl? ( sci-libs/gsl )
+       postgres? ( >=dev-db/postgresql-8.4:= )
        python? (
-               dev-python/PyQt4[X,sql,svg,${PYTHON_USEDEP}]
+               dev-python/PyQt4[X,sql,svg,webkit,${PYTHON_USEDEP}]
                dev-python/sip:=[${PYTHON_USEDEP}]
        )
        spatialite? (
@@ -91,10 +91,8 @@ src_install() {
                doins -r "${WORKDIR}"/qgis_sample_data/*
        fi
 
-       python_fix_shebang "${D}"/usr/share/qgis/grass/scripts
        python_optimize "${D}"/usr/share/qgis/python/plugins \
-               "${D}"/$(python_get_sitedir)/qgis \
-               "${D}"/usr/share/qgis/grass/scripts
+                "${D}"/$(python_get_sitedir)/qgis
 }
 
 pkg_preinst() {

Reply via email to