diff options
Diffstat (limited to 'dev-db/pgtap/pgtap-0.99.0.ebuild')
-rw-r--r-- | dev-db/pgtap/pgtap-0.99.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |