Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/
Date: Wed, 01 Jan 2020 09:17:08
Message-Id: 1577870209.e00e9ed6a268483671cf55c5b724b1444628640c.asturm@gentoo
1 commit: e00e9ed6a268483671cf55c5b724b1444628640c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 09:16:02 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 09:16:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00e9ed6
7
8 sci-geosciences/qgis: Fix minimum sci-libs/proj version to >=4.9.3
9
10 Reported-by: Jean-Claude Repetto <jrepetto <AT> 9online.fr>
11 Closes: https://bugs.gentoo.org/701910
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 sci-geosciences/qgis/qgis-3.10.1.ebuild | 4 ++--
16 sci-geosciences/qgis/qgis-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/sci-geosciences/qgis/qgis-3.10.1.ebuild b/sci-geosciences/qgis/qgis-3.10.1.ebuild
20 index 365b9209d05..f3f9c8e4e2f 100644
21 --- a/sci-geosciences/qgis/qgis-3.10.1.ebuild
22 +++ b/sci-geosciences/qgis/qgis-3.10.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -55,7 +55,7 @@ COMMON_DEPEND="
30 >=sci-libs/gdal-2.2.3:=[geos]
31 sci-libs/geos
32 sci-libs/libspatialindex:=
33 - sci-libs/proj:=
34 + >=sci-libs/proj-4.9.3:=
35 >=x11-libs/qscintilla-2.10.1:=[qt5(+)]
36 >=x11-libs/qwt-6.1.2:6=[qt5(+),svg]
37 3d? ( >=dev-qt/qt3d-${QT_MIN_VER}:5 )
38
39 diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild
40 index 365b9209d05..f3f9c8e4e2f 100644
41 --- a/sci-geosciences/qgis/qgis-9999.ebuild
42 +++ b/sci-geosciences/qgis/qgis-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2019 Gentoo Authors
45 +# Copyright 1999-2020 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -55,7 +55,7 @@ COMMON_DEPEND="
50 >=sci-libs/gdal-2.2.3:=[geos]
51 sci-libs/geos
52 sci-libs/libspatialindex:=
53 - sci-libs/proj:=
54 + >=sci-libs/proj-4.9.3:=
55 >=x11-libs/qscintilla-2.10.1:=[qt5(+)]
56 >=x11-libs/qwt-6.1.2:6=[qt5(+),svg]
57 3d? ( >=dev-qt/qt3d-${QT_MIN_VER}:5 )