summaryrefslogtreecommitdiff
path: root/sci-geosciences
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-03 21:31:08 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-03 21:31:08 +0000
commit1b6234aa858e1707464e24c23d06a55e43a25421 (patch)
tree5ca7da06ce7635d375cc87ea772f219b49351773 /sci-geosciences
parent8e49425c47850d17422e4c62d9780b92a7b0aeb9 (diff)
downloadbaldeagleos-repo-1b6234aa858e1707464e24c23d06a55e43a25421.tar.gz
baldeagleos-repo-1b6234aa858e1707464e24c23d06a55e43a25421.tar.xz
baldeagleos-repo-1b6234aa858e1707464e24c23d06a55e43a25421.zip
Updating liguros repo
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gpsd/gpsd-3.21.ebuild2
-rw-r--r--sci-geosciences/gpsd/gpsd-9999.ebuild2
-rw-r--r--sci-geosciences/grass/grass-7.8.3.ebuild2
-rw-r--r--sci-geosciences/grass/grass-7.8.4.ebuild2
-rw-r--r--sci-geosciences/mapserver/mapserver-7.6.0.ebuild2
-rw-r--r--sci-geosciences/routino/routino-3.3.2.ebuild2
6 files changed, 6 insertions, 6 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.21.ebuild b/sci-geosciences/gpsd/gpsd-3.21.ebuild
index adb5b777c2b3..5e75866ac0fd 100644
--- a/sci-geosciences/gpsd/gpsd-3.21.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.21.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9} )
inherit distutils-r1 scons-utils toolchain-funcs udev
diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild
index 88e6bfa164ec..c27f112aae49 100644
--- a/sci-geosciences/gpsd/gpsd-9999.ebuild
+++ b/sci-geosciences/gpsd/gpsd-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9} )
SCONS_MIN_VERSION="2.3.0"
inherit eutils udev multilib distutils-r1 scons-utils toolchain-funcs
diff --git a/sci-geosciences/grass/grass-7.8.3.ebuild b/sci-geosciences/grass/grass-7.8.3.ebuild
index e8911d37392c..c92650e6e9f8 100644
--- a/sci-geosciences/grass/grass-7.8.3.ebuild
+++ b/sci-geosciences/grass/grass-7.8.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9} )
PYTHON_REQ_USE="sqlite" # bug 572440
WANT_AUTOCONF="2.1"
WX_GTK_VER=3.0
diff --git a/sci-geosciences/grass/grass-7.8.4.ebuild b/sci-geosciences/grass/grass-7.8.4.ebuild
index b2b81638ae34..e144a3e81fbe 100644
--- a/sci-geosciences/grass/grass-7.8.4.ebuild
+++ b/sci-geosciences/grass/grass-7.8.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9} )
PYTHON_REQ_USE="sqlite" # bug 572440
WANT_AUTOCONF="2.1"
WX_GTK_VER="3.0-gtk3"
diff --git a/sci-geosciences/mapserver/mapserver-7.6.0.ebuild b/sci-geosciences/mapserver/mapserver-7.6.0.ebuild
index 7e15a26e21b7..cb0871ead784 100644
--- a/sci-geosciences/mapserver/mapserver-7.6.0.ebuild
+++ b/sci-geosciences/mapserver/mapserver-7.6.0.ebuild
@@ -11,7 +11,7 @@ PHP_EXT_NAME="php_mapscriptng"
PHP_EXT_SKIP_PHPIZE="yes"
USE_PHP="php7-2 php7-3 php7-4"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9} )
WEBAPP_MANUAL_SLOT=yes
WEBAPP_OPTIONAL=yes
diff --git a/sci-geosciences/routino/routino-3.3.2.ebuild b/sci-geosciences/routino/routino-3.3.2.ebuild
index b601b6413982..3613e6b8509a 100644
--- a/sci-geosciences/routino/routino-3.3.2.ebuild
+++ b/sci-geosciences/routino/routino-3.3.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9} )
inherit toolchain-funcs distutils-r1
DESCRIPTION="Routing application based on openstreetmap data"