diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-08-13 20:45:20 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-08-13 20:45:23 -0400 |
commit | 97b982d6c059f66927c0e068e342b3960fd10263 (patch) | |
tree | 7e2838c378cf8bceade84b0f8b1d757e910bee5f /dev-db/pgtap | |
parent | dev-db/postgis: Dropping Pg 9.4 Support (diff) | |
download | gentoo-97b982d6c059f66927c0e068e342b3960fd10263.tar.gz gentoo-97b982d6c059f66927c0e068e342b3960fd10263.tar.bz2 gentoo-97b982d6c059f66927c0e068e342b3960fd10263.zip |
dev-db/pgtap: Dropping Pg 9.4 Support
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/pgtap')
-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 1a16121aa4af..4e6f68067a89 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-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -POSTGRES_COMPAT=( 9.{4..6} {10..11} ) +POSTGRES_COMPAT=( 9.{5..6} {10..11} ) inherit postgres-multi |