dev-db/pgpool2: Remove <9.3 from POSTGRES_COMPAT

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Aaron W. Swenson
2018-05-13 12:53:42 -04:00
parent 9e1e50d759
commit 559fafbc51
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
EAPI=6
POSTGRES_COMPAT=( 9.{2..6} 10 )
POSTGRES_COMPAT=( 9.{3..6} 10 )
inherit postgres-multi

View File

@@ -3,7 +3,7 @@
EAPI=6
POSTGRES_COMPAT=( 9.{2..6} 10 )
POSTGRES_COMPAT=( 9.{3..6} 10 )
inherit postgres-multi

View File

@@ -3,7 +3,7 @@
EAPI=6
POSTGRES_COMPAT=( 9.{2..6} 10 )
POSTGRES_COMPAT=( 9.{3..6} 10 )
inherit postgres-multi

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGIT_REPO_URI="https://git.postgresql.org/git/pgpool2.git"
POSTGRES_COMPAT=( 9.{2..6} )
POSTGRES_COMPAT=( 9.{3..6} )
inherit git-r3 postgres-multi