summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/venusian/venusian-1.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/venusian/venusian-1.0.ebuild b/dev-python/venusian/venusian-1.0.ebuild
index 512b8aec4726..d2f58f4b7e10 100644
--- a/dev-python/venusian/venusian-1.0.ebuild
+++ b/dev-python/venusian/venusian-1.0.ebuild
@@ -2,9 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-#RESTRICT="test"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1