Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/
Date: Wed, 26 Feb 2020 17:23:15
Message-Id: 1582737749.f1114c56baaed9d587308d1c02557e65b96cf19c.asturm@gentoo
1 commit: f1114c56baaed9d587308d1c02557e65b96cf19c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 17:20:02 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 17:22:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1114c56
7
8 dev-db/postgis: Add missing slot op
9
10 Closes: https://bugs.gentoo.org/709660
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-db/postgis/postgis-3.0.0-r1.ebuild | 2 +-
15 dev-db/postgis/postgis-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-db/postgis/postgis-3.0.0-r1.ebuild b/dev-db/postgis/postgis-3.0.0-r1.ebuild
19 index 2235d63f8dd..3a6f01adf2e 100644
20 --- a/dev-db/postgis/postgis-3.0.0-r1.ebuild
21 +++ b/dev-db/postgis/postgis-3.0.0-r1.ebuild
22 @@ -38,7 +38,7 @@ RDEPEND="${POSTGRES_DEP}
23 dev-libs/protobuf-c:=
24 >=sci-libs/geos-3.6.0
25 >=sci-libs/proj-4.9.0:=
26 - >=sci-libs/gdal-1.10.0
27 + >=sci-libs/gdal-1.10.0:=
28 address-standardizer? ( dev-libs/libpcre )
29 gtk? ( x11-libs/gtk+:2 )
30 "
31
32 diff --git a/dev-db/postgis/postgis-9999.ebuild b/dev-db/postgis/postgis-9999.ebuild
33 index 2235d63f8dd..3a6f01adf2e 100644
34 --- a/dev-db/postgis/postgis-9999.ebuild
35 +++ b/dev-db/postgis/postgis-9999.ebuild
36 @@ -38,7 +38,7 @@ RDEPEND="${POSTGRES_DEP}
37 dev-libs/protobuf-c:=
38 >=sci-libs/geos-3.6.0
39 >=sci-libs/proj-4.9.0:=
40 - >=sci-libs/gdal-1.10.0
41 + >=sci-libs/gdal-1.10.0:=
42 address-standardizer? ( dev-libs/libpcre )
43 gtk? ( x11-libs/gtk+:2 )
44 "