Skip to content

Commit

Permalink
dev-db/pgtap: Dropping Pg 9.4 Support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aaron W. Swenson <[email protected]>
  • Loading branch information
titanofold committed Aug 14, 2020
1 parent d1d8f6c commit 97b982d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-db/pgtap/pgtap-0.99.0.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 97b982d

Please sign in to comment.