dev-python/keyring: re-add py34
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 25 Jul 2018 20:34:37 +0000 (15:34 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 25 Jul 2018 20:34:53 +0000 (15:34 -0500)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-python/keyring/keyring-13.2.1.ebuild

index 7ac4ada424c1f5a647aaf21ce511792e0344406e..458f8acd5a082cb86f802a76bbdeaa3598e60537 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1