From: Pacho Ramos Date: Wed, 27 Jun 2018 20:25:44 +0000 (+0200) Subject: dev-python/batinfo: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8fb6d96e74c553b3413529bfe52ff8874e91c6b4;p=gentoo.git dev-python/batinfo: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/dev-python/batinfo/batinfo-0.3.ebuild b/dev-python/batinfo/batinfo-0.3.ebuild index 6e5aa6e80645..d24a58577ab6 100644 --- a/dev-python/batinfo/batinfo-0.3.ebuild +++ b/dev-python/batinfo/batinfo-0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 ) inherit distutils-r1