diff options
Diffstat (limited to 'www-apps/novnc')
-rw-r--r-- | www-apps/novnc/novnc-0.6.2-r1.ebuild | 4 | ||||
-rw-r--r-- | www-apps/novnc/novnc-0.6.2.ebuild | 4 | ||||
-rw-r--r-- | www-apps/novnc/novnc-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | www-apps/novnc/novnc-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www-apps/novnc/novnc-0.6.2-r1.ebuild b/www-apps/novnc/novnc-0.6.2-r1.ebuild index c5b78549582c..490c9a544929 100644 --- a/www-apps/novnc/novnc-0.6.2-r1.ebuild +++ b/www-apps/novnc/novnc-0.6.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild index d5c59a640c6a..4492a06893d5 100644 --- a/www-apps/novnc/novnc-0.6.2.ebuild +++ b/www-apps/novnc/novnc-0.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 diff --git a/www-apps/novnc/novnc-1.0.0.ebuild b/www-apps/novnc/novnc-1.0.0.ebuild index 1a7845372ce0..79da613d152c 100644 --- a/www-apps/novnc/novnc-1.0.0.ebuild +++ b/www-apps/novnc/novnc-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild index f2f5e348f93d..05e26ffb9485 100644 --- a/www-apps/novnc/novnc-9999.ebuild +++ b/www-apps/novnc/novnc-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 |