dev-python/pythonz-bd: Fix python3 support
authorJustin Lecher <jlec@gentoo.org>
Sat, 2 Dec 2017 20:02:09 +0000 (20:02 +0000)
committerJustin Lecher <jlec@gentoo.org>
Sat, 2 Dec 2017 20:09:07 +0000 (20:09 +0000)
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6

dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild

index 371d0631468e7ea7827bd8b01cf180aeb6674d70..c0305e3b77c53bc4553db10ead556865dc4832ec 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
 
 inherit distutils-r1