summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-08-22 23:53:33 +0200
committerDavid Seifert <soap@gentoo.org>2021-08-22 23:53:33 +0200
commitc4f2c9058b76eec4e8bfe5efb8ab6e2b20a31d5b (patch)
tree0de7461f396393c504e10cc06c698ee8a8abb78e /dev-db/pgrouting
parentdev-db/pgpool2: Fix identation in 9999 ebuild (diff)
downloadgentoo-c4f2c9058b76eec4e8bfe5efb8ab6e2b20a31d5b.tar.gz
gentoo-c4f2c9058b76eec4e8bfe5efb8ab6e2b20a31d5b.tar.bz2
gentoo-c4f2c9058b76eec4e8bfe5efb8ab6e2b20a31d5b.zip
dev-db/pgrouting: Remove postgres9_5
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db/pgrouting')
-rw-r--r--dev-db/pgrouting/pgrouting-3.1.1.ebuild2
-rw-r--r--dev-db/pgrouting/pgrouting-3.1.2.ebuild2
-rw-r--r--dev-db/pgrouting/pgrouting-3.1.3.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/pgrouting/pgrouting-3.1.1.ebuild b/dev-db/pgrouting/pgrouting-3.1.1.ebuild
index 0c0d27fd5710..9976eb3b0450 100644
--- a/dev-db/pgrouting/pgrouting-3.1.1.ebuild
+++ b/dev-db/pgrouting/pgrouting-3.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
CMAKE_BUILD_TYPE="Release"
#CMAKE_MAKEFILE_GENERATOR=emake
-POSTGRES_COMPAT=( 9.{5..6} {10..13} )
+POSTGRES_COMPAT=( 9.6 {10..13} )
POSTGRES_USEDEP="server"
inherit cmake postgres-multi
diff --git a/dev-db/pgrouting/pgrouting-3.1.2.ebuild b/dev-db/pgrouting/pgrouting-3.1.2.ebuild
index addf00e4158a..3dbd84c33373 100644
--- a/dev-db/pgrouting/pgrouting-3.1.2.ebuild
+++ b/dev-db/pgrouting/pgrouting-3.1.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
CMAKE_BUILD_TYPE="Release"
-POSTGRES_COMPAT=( 9.{5..6} {10..13} )
+POSTGRES_COMPAT=( 9.6 {10..13} )
POSTGRES_USEDEP="server"
inherit cmake postgres-multi
diff --git a/dev-db/pgrouting/pgrouting-3.1.3.ebuild b/dev-db/pgrouting/pgrouting-3.1.3.ebuild
index 97f11ea503ca..fbeb110ffd18 100644
--- a/dev-db/pgrouting/pgrouting-3.1.3.ebuild
+++ b/dev-db/pgrouting/pgrouting-3.1.3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
CMAKE_BUILD_TYPE="Release"
-POSTGRES_COMPAT=( 9.{5..6} {10..13} )
+POSTGRES_COMPAT=( 9.6 {10..13} )
POSTGRES_USEDEP="server"
inherit cmake postgres-multi