commit: 8f0ed7d65c17064776e8b5c8c2a4ef96ff27b84a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 16:52:17 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 17:24:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0ed7d6
dev-python/pylibacl: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild
b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild
index c8de4c45bbb..68a573ccb99 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