dev-python/pythonz-bd: Fix python3 support

Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
Justin Lecher
2017-12-02 20:02:09 +00:00
parent e410ec2336
commit f99497e072

View 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