diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-08-22 23:53:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-08-22 23:53:34 +0200 |
commit | ca59749b5d73409980129f358969f078f04ddc81 (patch) | |
tree | b0d39ad64ef7be072920fb6792f12be3bd122bbc | |
parent | dev-db/pgrouting: Remove postgres9_5 (diff) | |
download | gentoo-ca59749b5d73409980129f358969f078f04ddc81.tar.gz gentoo-ca59749b5d73409980129f358969f078f04ddc81.tar.bz2 gentoo-ca59749b5d73409980129f358969f078f04ddc81.zip |
dev-db/pgtap: Remove postgres9_5
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-db/pgtap/pgtap-0.99.0.ebuild | 4 | ||||
-rw-r--r-- | dev-db/pgtap/pgtap-1.1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |