dev-db/pgpool2: Remove <9.3 from POSTGRES_COMPAT
authorAaron W. Swenson <titanofold@gentoo.org>
Sun, 13 May 2018 16:53:42 +0000 (12:53 -0400)
committerAaron W. Swenson <titanofold@gentoo.org>
Sun, 13 May 2018 16:53:42 +0000 (12:53 -0400)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-db/pgpool2/pgpool2-3.7.0.ebuild
dev-db/pgpool2/pgpool2-3.7.1.ebuild
dev-db/pgpool2/pgpool2-3.7.3.ebuild
dev-db/pgpool2/pgpool2-9999.ebuild

index 83e46adf7faf283d5f69426c9a4161d0268ff176..9ffbb68c699e7572d7fe7b47314b3b50d2cb1dd0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-POSTGRES_COMPAT=( 9.{2..6} 10 )
+POSTGRES_COMPAT=( 9.{3..6} 10 )
 
 inherit postgres-multi
 
index 4a6fed48f2035ee141016cef6dd54a53d880bbe9..fe57ae92434300e97e60c9fad41ea618e063f89b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-POSTGRES_COMPAT=( 9.{2..6} 10 )
+POSTGRES_COMPAT=( 9.{3..6} 10 )
 
 inherit postgres-multi
 
index 4a6fed48f2035ee141016cef6dd54a53d880bbe9..fe57ae92434300e97e60c9fad41ea618e063f89b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-POSTGRES_COMPAT=( 9.{2..6} 10 )
+POSTGRES_COMPAT=( 9.{3..6} 10 )
 
 inherit postgres-multi
 
index c8c5ae2d37219e6e8609d4b114b031debbefc036..1f1a09578e4669f90b71fc8dd54c126ebe814a65 100644 (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