commit: e40612e00a3b50b004bc7da6dfa1db770c61540d Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Sat Jun 6 18:08:40 2020 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Sat Jun 6 18:09:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40612e0
www-client/pybugz: works with py38 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> www-client/pybugz/pybugz-0.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild index 25fa8dd2c7e..8f3af9a1b3c 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_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then