diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-08-22 23:53:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-08-22 23:53:35 +0200 |
commit | 0c5ac5da570bdd877913a9e15b575215e6362917 (patch) | |
tree | 4f5b0d37a5194a13f4ef3f74175ec4c90a329996 /dev-db/plr | |
parent | dev-db/pgtap: Remove postgres9_5 (diff) | |
download | gentoo-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.ebuild | 4 | ||||
-rw-r--r-- | dev-db/plr/plr-8.4.1.ebuild | 4 |
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 |