--- /usr/portage/sci-geosciences/qgis/qgis-1.8.0.ebuild 2013-09-05 21:04:17.000000000 +0200 +++ sci-geosciences/qgis/qgis-2.4.0.ebuild 2014-10-21 01:06:33.464553206 +0200 @@ -18,7 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bundled-libs examples gps grass gsl postgres python spatialite test" +IUSE="bundled-libs examples gps grass gsl postgres python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -45,10 +45,9 @@ dev-python/sip[${PYTHON_USEDEP}] ${PYTHON_DEPS} ) - spatialite? ( - dev-db/sqlite:3 - dev-db/spatialite - )" + dev-db/sqlite:3 + dev-db/spatialite + " DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex" @@ -58,7 +57,7 @@ } src_prepare() { - epatch "${FILESDIR}"/${P}-no-python-pyc.patch + epatch "${FILESDIR}"/${P}-FindPyQt.patch } src_configure() { @@ -75,7 +74,6 @@ $(cmake-utils_use_with grass GRASS) $(cmake-utils_use_with python BINDINGS) $(cmake-utils_use python BINDINGS_GLOBAL_INSTALL) - $(cmake-utils_use_with spatialite SPATIALITE) $(cmake-utils_use_enable test TESTS) $(usex grass "-DGRASS_PREFIX=/usr/" "") )