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-libs/gdal/
Date: Wed, 29 Jan 2020 21:32:53
Message-Id: 1580333557.a5e7a7223e0556cdfd77086755389ecf1f2ad1ca.asturm@gentoo
1 commit: a5e7a7223e0556cdfd77086755389ecf1f2ad1ca
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 29 21:26:50 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 21:32:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e7a722
7
8 sci-libs/gdal: local HTML_DOCS, some slot ops
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-libs/gdal/gdal-3.0.2.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/sci-libs/gdal/gdal-3.0.2.ebuild b/sci-libs/gdal/gdal-3.0.2.ebuild
17 index bfeb01ef6ac..bc202255ebd 100644
18 --- a/sci-libs/gdal/gdal-3.0.2.ebuild
19 +++ b/sci-libs/gdal/gdal-3.0.2.ebuild
20 @@ -41,11 +41,11 @@ DEPEND="
21 dev-libs/expat
22 dev-libs/json-c:=
23 dev-libs/libpcre
24 - dev-libs/libxml2:=
25 - media-libs/tiff:0=
26 + dev-libs/libxml2:2
27 + media-libs/tiff
28 >=sci-libs/libgeotiff-1.5.1-r1:=
29 - >=sci-libs/proj-6.0.0
30 - sys-libs/zlib:=[minizip(+)]
31 + >=sci-libs/proj-6.0.0:=
32 + sys-libs/zlib[minizip(+)]
33 armadillo? ( sci-libs/armadillo:=[lapack] )
34 curl? ( net-misc/curl )
35 fits? ( sci-libs/cfitsio:= )
36 @@ -267,7 +267,7 @@ src_compile() {
37
38 src_install() {
39 local DOCS=( NEWS )
40 - use doc && HTML_DOCS=( html/. )
41 + use doc && local HTML_DOCS=( html/. )
42
43 default