From ca59749b5d73409980129f358969f078f04ddc81 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sun, 22 Aug 2021 23:53:34 +0200 Subject: dev-db/pgtap: Remove postgres9_5 Signed-off-by: Jakov Smolic Signed-off-by: David Seifert --- dev-db/pgtap/pgtap-0.99.0.ebuild | 4 ++-- dev-db/pgtap/pgtap-1.1.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-db/pgtap') diff --git a/dev-db/pgtap/pgtap-0.99.0.ebuild b/dev-db/pgtap/pgtap-0.99.0.ebuild index 4e6f68067a89..bc84eefe2478 100644 --- a/dev-db/pgtap/pgtap-0.99.0.ebuild +++ b/dev-db/pgtap/pgtap-0.99.0.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..11} ) +POSTGRES_COMPAT=( 9.6 {10..11} ) inherit postgres-multi diff --git a/dev-db/pgtap/pgtap-1.1.0.ebuild b/dev-db/pgtap/pgtap-1.1.0.ebuild index ca1636c707c5..ada507c7b18a 100644 --- a/dev-db/pgtap/pgtap-1.1.0.ebuild +++ b/dev-db/pgtap/pgtap-1.1.0.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=7 -POSTGRES_COMPAT=( 9.{5..6} {10..13} ) +POSTGRES_COMPAT=( 9.6 {10..13} ) inherit postgres-multi -- cgit v1.2.3-65-gdbad