commit: 1df4f4bc9e90e99cfecd881de489d2ce79deaa37 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Wed Aug 9 18:07:50 2017 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Wed Aug 9 18:07:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df4f4bc
www-client/pybugz: Works with py3_6 Package-Manager: Portage-2.3.6, Repoman-2.3.3 www-client/pybugz/pybugz-0.13.ebuild | 2 +- www-client/pybugz/pybugz-9999.ebuild | 2 +- 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 8c60c0ae338..1376fb7ff52 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 50fd5e4d8a9..580e0af4cd1 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