diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-05-11 17:14:42 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-05-11 17:14:42 -0700 |
commit | 8c644e9688e00c4c45bfc07b3488f82d047884c4 (patch) | |
tree | 5ca24051ebe1f2b394d84ae8fc2e006ab11d5de1 /www-apps | |
parent | dev-python/websockify: Add python3.6 to PYTHON_COMPAT (diff) | |
download | gentoo-8c644e9688e00c4c45bfc07b3488f82d047884c4.tar.gz gentoo-8c644e9688e00c4c45bfc07b3488f82d047884c4.tar.bz2 gentoo-8c644e9688e00c4c45bfc07b3488f82d047884c4.zip |
www-apps/novnc: Add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/novnc/novnc-0.6.2.ebuild | 2 | ||||
-rw-r--r-- | www-apps/novnc/novnc-9999.ebuild | 2 |
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 |