summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2015-10-20 14:51:40 -0500
committerWilliam Hubbs <williamh@gentoo.org>2015-10-20 14:51:40 -0500
commitde1a665585fc7080c4f275c6a1e7ef207063ad99 (patch)
tree224ca6ef92fca1c791d995a5558c98f435a5b172 /www-client
parentx11-drivers/xf86-video-virtualbox: fix linking to be more lazy (diff)
downloadgentoo-de1a665585fc7080c4f275c6a1e7ef207063ad99.tar.gz
gentoo-de1a665585fc7080c4f275c6a1e7ef207063ad99.tar.bz2
gentoo-de1a665585fc7080c4f275c6a1e7ef207063ad99.zip
www-client/pybugz: Add python3_5 to python_compat
This package works with ppython 3.5, as reported by Alexey Shvetsov. This is for bug #563592.
Diffstat (limited to 'www-client')
-rw-r--r--www-client/pybugz/pybugz-0.11.1.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.11.1.ebuild b/www-client/pybugz/pybugz-0.11.1.ebuild
index db3e9b192ccc..672aa1a282c8 100644
--- a/www-client/pybugz/pybugz-0.11.1.ebuild
+++ b/www-client/pybugz/pybugz-0.11.1.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python3_3 python3_4 )
+PYTHON_COMPAT=( python3_3 python3_4 python3_5 )
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 f714f4464b77..3445cef687df 100644
--- a/www-client/pybugz/pybugz-9999.ebuild
+++ b/www-client/pybugz/pybugz-9999.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python3_3 python3_4 )
+PYTHON_COMPAT=( python3_3 python3_4 python3_5 )
PYTHON_REQ_USE="readline(+)"
if [ "${PV}" = "9999" ]; then