summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/novnc')
-rw-r--r--www-apps/novnc/novnc-0.6.2.ebuild2
-rw-r--r--www-apps/novnc/novnc-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild
index 31b6c2fa9e44..431a5d643c76 100644
--- a/www-apps/novnc/novnc-0.6.2.ebuild
+++ b/www-apps/novnc/novnc-0.6.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 410adf2ae512..3bcb1d55fc69 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 git-2