From 1df4f4bc9e90e99cfecd881de489d2ce79deaa37 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Wed, 9 Aug 2017 21:07:50 +0300 Subject: [PATCH] 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 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 -- 2.26.2