summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Zigo <tomas.zigo@slovanet.sk>2022-01-13 08:30:30 +0100
committerSam James <sam@gentoo.org>2022-01-16 01:46:16 +0000
commit13caada8dee3a528d79a6191df7a5597ed3ff2c7 (patch)
tree20b4a16524eff100fb9bf8bb7ea690bca8dce429 /sci-geosciences
parentsci-geosciences/grass: fix metadata long description (diff)
downloadgentoo-13caada8dee3a528d79a6191df7a5597ed3ff2c7.tar.gz
gentoo-13caada8dee3a528d79a6191df7a5597ed3ff2c7.tar.bz2
gentoo-13caada8dee3a528d79a6191df7a5597ed3ff2c7.zip
sci-geosciences/grass: bump dev version to 8.1
Signed-off-by: Tomas Zigo <tomas.zigo@slovanet.sk> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/grass/grass-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild
index 4e0eaf89a49f..b7c94db005af 100644
--- a/sci-geosciences/grass/grass-9999.ebuild
+++ b/sci-geosciences/grass/grass-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ WX_GTK_VER="3.0-gtk3"
inherit autotools desktop git-r3 python-single-r1 toolchain-funcs wxwidgets xdg
-MY_P="${PN}8.0"
+MY_P="${PN}8.1"
MY_PM="${MY_P/.}"
DESCRIPTION="A free GIS with raster and vector functionality, as well as 3D vizualization"
@@ -17,7 +17,7 @@ HOMEPAGE="https://grass.osgeo.org/"
EGIT_REPO_URI="https://github.com/OSGeo/grass.git"
LICENSE="GPL-2"
-SLOT="0/8.0"
+SLOT="0/8.1"
IUSE="blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl openmp png postgres readline sqlite threads tiff truetype X zstd"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
@@ -236,7 +236,7 @@ os.environ\[\"GRASS_PYTHON\"\] = \"${EPYTHON}\":" \
# set proper GISDBASE directory path in the demolocation .grassrc80 file
sed -e "s:GISDBASE\:.*$:GISDBASE\: ${gisbase}:" \
- -i "${ED}"${gisbase}/demolocation/.grassrc80 || die
+ -i "${ED}"${gisbase}/demolocation/.grassrc81 || die
if use X; then
local GUI="-gui"