summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 18:52:17 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 19:24:14 +0200
commit8f0ed7d65c17064776e8b5c8c2a4ef96ff27b84a (patch)
treeec692d07d57d01ba6da2ef3fa5171019b419ed7b /dev-python
parentdev-python/testfixtures: Support python 3.6 (diff)
downloadgentoo-8f0ed7d65c17064776e8b5c8c2a4ef96ff27b84a.tar.gz
gentoo-8f0ed7d65c17064776e8b5c8c2a4ef96ff27b84a.tar.bz2
gentoo-8f0ed7d65c17064776e8b5c8c2a4ef96ff27b84a.zip
dev-python/pylibacl: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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