summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2019-01-04 06:11:01 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2019-01-04 06:11:44 -0500
commit389ff5630ff36a7c5c0e137670ba3c3ad12b4731 (patch)
treea65392d72f394e61a0f7f3ebaef646faa4ec7b04 /dev-db/postgis
parentdev-libs/gmime: restore hppa stable for 2.6.23 (diff)
downloadgentoo-389ff5630ff36a7c5c0e137670ba3c3ad12b4731.tar.gz
gentoo-389ff5630ff36a7c5c0e137670ba3c3ad12b4731.tar.bz2
gentoo-389ff5630ff36a7c5c0e137670ba3c3ad12b4731.zip
dev-db/postgis: Fix 2.5.1 POSTGRES_COMPAT
Beginning with the 2.5 branch, support for PostgreSQL 9.3 has been dropped. https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/postgis')
-rw-r--r--dev-db/postgis/postgis-2.5.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgis/postgis-2.5.1-r1.ebuild b/dev-db/postgis/postgis-2.5.1-r1.ebuild
index 5d81ec77f469..23608a5b3b00 100644
--- a/dev-db/postgis/postgis-2.5.1-r1.ebuild
+++ b/dev-db/postgis/postgis-2.5.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-POSTGRES_COMPAT=( 9.{3..6} {10..11} )
+POSTGRES_COMPAT=( 9.{4..6} {10..12} )
POSTGRES_USEDEP="server"
inherit autotools eutils postgres-multi versionator