summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2017-08-09 21:07:50 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2017-08-09 21:07:50 +0300
commit1df4f4bc9e90e99cfecd881de489d2ce79deaa37 (patch)
treed441ba47eb2baf7bf945cbf30435f6a158dace40 /www-client/pybugz
parentapp-admin/ansible: add masked 2.3.2.0-r1 (diff)
downloadgentoo-1df4f4bc9e90e99cfecd881de489d2ce79deaa37.tar.gz
gentoo-1df4f4bc9e90e99cfecd881de489d2ce79deaa37.tar.bz2
gentoo-1df4f4bc9e90e99cfecd881de489d2ce79deaa37.zip
www-client/pybugz: Works with py3_6
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-client/pybugz')
-rw-r--r--www-client/pybugz/pybugz-0.13.ebuild2
-rw-r--r--www-client/pybugz/pybugz-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild
index 8c60c0ae3380..1376fb7ff52e 100644
--- a/www-client/pybugz/pybugz-0.13.ebuild
+++ b/www-client/pybugz/pybugz-0.13.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_4 python3_5 )
+PYTHON_COMPAT=( python3_{4,5,6} )
PYTHON_REQ_USE="readline(+)"
if [ "${PV}" = "9999" ]; then
diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild
index 50fd5e4d8a93..580e0af4cd1f 100644
--- a/www-client/pybugz/pybugz-9999.ebuild
+++ b/www-client/pybugz/pybugz-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_4 python3_5 )
+PYTHON_COMPAT=( python3_{4,5,6} )
PYTHON_REQ_USE="readline(+)"
if [ "${PV}" = "9999" ]; then