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

dev-db/pgtap/pgtap-0.98.0.ebuild

index 78345ba6dae4b3c8414179fd7aae75f6234d1b18..7f2af4e663647e1c07fb794d47c7a2c76d068003 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-POSTGRES_COMPAT=( 9.{2..6} 10 )
+POSTGRES_COMPAT=( 9.{3..6} 10 )
 
 inherit postgres-multi