summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-08-22 23:53:35 +0200
committerDavid Seifert <soap@gentoo.org>2021-08-22 23:53:35 +0200
commit0c5ac5da570bdd877913a9e15b575215e6362917 (patch)
tree4f5b0d37a5194a13f4ef3f74175ec4c90a329996 /dev-db/plr
parentdev-db/pgtap: Remove postgres9_5 (diff)
downloadgentoo-0c5ac5da570bdd877913a9e15b575215e6362917.tar.gz
gentoo-0c5ac5da570bdd877913a9e15b575215e6362917.tar.bz2
gentoo-0c5ac5da570bdd877913a9e15b575215e6362917.zip
dev-db/plr: 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/plr')
-rw-r--r--dev-db/plr/plr-8.3.0.17.ebuild4
-rw-r--r--dev-db/plr/plr-8.4.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/plr/plr-8.3.0.17.ebuild b/dev-db/plr/plr-8.3.0.17.ebuild
index 01de417db497..1b8acb6f6737 100644
--- a/dev-db/plr/plr-8.3.0.17.ebuild
+++ b/dev-db/plr/plr-8.3.0.17.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-POSTGRES_COMPAT=( 9.{5..6} 10 )
+POSTGRES_COMPAT=( 9.6 10 )
POSTGRES_USEDEP="server"
inherit postgres-multi
diff --git a/dev-db/plr/plr-8.4.1.ebuild b/dev-db/plr/plr-8.4.1.ebuild
index b78d06bcddf3..5f1fb15e848a 100644
--- a/dev-db/plr/plr-8.4.1.ebuild
+++ b/dev-db/plr/plr-8.4.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-POSTGRES_COMPAT=( 9.{5..6} {10..13} )
+POSTGRES_COMPAT=( 9.6 {10..13} )
POSTGRES_USEDEP="server"
inherit postgres-multi