From: Alexey Shvetsov Date: Wed, 9 Aug 2017 18:07:50 +0000 (+0300) Subject: www-client/pybugz: Works with py3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1df4f4bc9e90e99cfecd881de489d2ce79deaa37;p=gentoo.git www-client/pybugz: Works with py3_6 Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- 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