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

dev-db/pgpool2/pgpool2-9999.ebuild

index 1f1a09578e4669f90b71fc8dd54c126ebe814a65..b0b43a07e37cbe0d0d49f91731ce44bdd6100089 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 EGIT_REPO_URI="https://git.postgresql.org/git/pgpool2.git"
 
-POSTGRES_COMPAT=( 9.{3..6} )
+POSTGRES_COMPAT=( 9.{3..6} 10 )
 
 inherit git-r3 postgres-multi