summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Winston <amynka@gentoo.org>2015-12-30 18:22:47 +0100
committerAmy Winston <amynka@gentoo.org>2015-12-30 18:39:58 +0100
commitdcf5b5f7dbee28d9eaad3796ea6b368c76823a0d (patch)
tree9eac070a38dcae41cda9dcf0889d786338636231
parentapp-emacs/ruby-mode: add 2.3.0 (diff)
downloadgentoo-dcf5b5f7dbee28d9eaad3796ea6b368c76823a0d.tar.gz
gentoo-dcf5b5f7dbee28d9eaad3796ea6b368c76823a0d.tar.bz2
gentoo-dcf5b5f7dbee28d9eaad3796ea6b368c76823a0d.zip
sci-geosciences/qgis: useflags repaired bug #508320 and bug #476460
Package-Manager: portage-2.2.24
-rw-r--r--sci-geosciences/qgis/qgis-1.8.0.ebuild12
1 files 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 1fe1c591cc4a..5d9d726e69f7 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() {