summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2020-08-13 20:43:17 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2020-08-13 20:43:24 -0400
commite12cf1a0848ebdb33830953ad58ad1ef8f3c1a4d (patch)
treea204939e14538876ee45bc9371242663b949a63a
parentdev-db/pgpool2: Dropping Pg 9.4 Support (diff)
downloadgentoo-e12cf1a0.tar.gz
gentoo-e12cf1a0.tar.bz2
gentoo-e12cf1a0.zip
dev-db/pgrouting: Dropping Pg 9.4 Support
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
-rw-r--r--dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild b/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild
index fb64a94eecbf..00807308c211 100644
--- a/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild
+++ b/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-POSTGRES_COMPAT=( 9.{4..6} 10 11 )
+POSTGRES_COMPAT=( 9.{5..6} 10 11 )
POSTGRES_USEDEP="server"
inherit postgres cmake-utils