From: Pacho Ramos Date: Sun, 24 Jun 2018 16:52:17 +0000 (+0200) Subject: dev-python/pylibacl: Support python 3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8f0ed7d65c17064776e8b5c8c2a4ef96ff27b84a;p=gentoo.git dev-python/pylibacl: Support python 3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild index c8de4c45bbb0..68a573ccb991 100644 --- a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild +++ b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1