summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bettler <thomas.bettler@gmail.com>2022-04-17 19:12:42 +0200
committerSam James <sam@gentoo.org>2022-06-03 04:14:04 +0100
commit5cb1afafe6e0b9d9adc129e78e4738b0afea4a72 (patch)
treee15832f1b409d2b2e17b9f10582acb497f7337d5
parentsci-geosciences/qgis: improve tests on live (diff)
downloadgentoo-5cb1afafe6e0b9d9adc129e78e4738b0afea4a72.tar.gz
gentoo-5cb1afafe6e0b9d9adc129e78e4738b0afea4a72.tar.bz2
gentoo-5cb1afafe6e0b9d9adc129e78e4738b0afea4a72.zip
sci-geosciences/qgis: add support for grass 8
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25732 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sci-geosciences/qgis/qgis-9999.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild
index cf05d8a1fd83..b37b4735abda 100644
--- a/sci-geosciences/qgis/qgis-9999.ebuild
+++ b/sci-geosciences/qgis/qgis-9999.ebuild
@@ -28,12 +28,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
# Disabling test suite because upstream disallow running from install path
RESTRICT="!test? ( test )"
-# 3.22.5+ *does* support GRASS 8 but we can't enable it yet because of
-# https://github.com/OSGeo/grass/pull/2269 (=> unresolved SONAME dependencies)
-# Keep an eye on that bug / a fixed GRASS release and readd support
-# by unrestricting the dep in ${COMMON_DEPEND} once it's fixed!
-# (No need to change the supported GRASS versions in src_configure b/c
-# it won't find GRASS 8 with this dependency set.)
COMMON_DEPEND="
app-crypt/qca:2[qt5(+),ssl]
>=dev-db/spatialite-4.2.0
@@ -63,7 +57,7 @@ COMMON_DEPEND="
>=x11-libs/qwt-6.1.2:6=[qt5(+),svg]
3d? ( dev-qt/qt3d:5 )
georeferencer? ( sci-libs/gsl:= )
- grass? ( =sci-geosciences/grass-7*:= )
+ grass? ( sci-geosciences/grass:= )
hdf5? ( sci-libs/hdf5:= )
mapserver? ( dev-libs/fcgi )
netcdf? ( sci-libs/netcdf:= )