Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/
Date: Fri, 04 Jan 2019 11:12:02
Message-Id: 1546600304.389ff5630ff36a7c5c0e137670ba3c3ad12b4731.titanofold@gentoo
1 commit: 389ff5630ff36a7c5c0e137670ba3c3ad12b4731
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 11:11:01 2019 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 11:11:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389ff563
7
8 dev-db/postgis: Fix 2.5.1 POSTGRES_COMPAT
9
10 Beginning with the 2.5 branch, support for PostgreSQL 9.3 has been dropped.
11 https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS
12
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
15
16 dev-db/postgis/postgis-2.5.1-r1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-db/postgis/postgis-2.5.1-r1.ebuild b/dev-db/postgis/postgis-2.5.1-r1.ebuild
20 index 5d81ec77f46..23608a5b3b0 100644
21 --- a/dev-db/postgis/postgis-2.5.1-r1.ebuild
22 +++ b/dev-db/postgis/postgis-2.5.1-r1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="6"
29
30 -POSTGRES_COMPAT=( 9.{3..6} {10..11} )
31 +POSTGRES_COMPAT=( 9.{4..6} {10..12} )
32 POSTGRES_USEDEP="server"
33
34 inherit autotools eutils postgres-multi versionator