commit: de1a665585fc7080c4f275c6a1e7ef207063ad99 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue Oct 20 19:51:40 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Oct 20 19:51:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1a6655
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. www-client/pybugz/pybugz-0.11.1.ebuild | 2 +- www-client/pybugz/pybugz-9999.ebuild | 2 +- 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 db3e9b1..672aa1a 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 f714f44..3445cef 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