dev-python/pygresql: Remove POSTGRES_COMPAT 9.3
authorAaron W. Swenson <titanofold@gentoo.org>
Sat, 15 Jun 2019 10:51:52 +0000 (06:51 -0400)
committerAaron W. Swenson <titanofold@gentoo.org>
Sat, 15 Jun 2019 10:51:52 +0000 (06:51 -0400)
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
dev-python/pygresql/pygresql-5.0.4.ebuild
dev-python/pygresql/pygresql-5.0.6.ebuild

index f1e62372667ee007f6c44b425077ff1a86bf6bd3..7ee66e6f8b29b31296586d0180609646347f9244 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-POSTGRES_COMPAT=( 9.{3..6} 10 )
+POSTGRES_COMPAT=( 9.{4..6} 10 )
 PYTHON_COMPAT=( python2_7 python3_{5..6} )
 
 inherit distutils-r1 postgres
index 0027fca8c7ee9912b5e511aa592c233a1a595d9f..37b859644fbbeb56006a256420d411577ccc0560 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-POSTGRES_COMPAT=( 9.{3..6} 10 )
+POSTGRES_COMPAT=( 9.{4..6} 10 )
 PYTHON_COMPAT=( python2_7 python3_{5..7} )
 
 inherit distutils-r1 postgres