diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2020-06-06 21:08:40 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2020-06-06 21:09:15 +0300 |
commit | e40612e00a3b50b004bc7da6dfa1db770c61540d (patch) | |
tree | 4f1668a135e114656185dd7e41f8a042b0a2092a /www-client/pybugz | |
parent | sys-apps/irqbalance: arm keyworded (bug #721536) (diff) | |
download | gentoo-e40612e00a3b50b004bc7da6dfa1db770c61540d.tar.gz gentoo-e40612e00a3b50b004bc7da6dfa1db770c61540d.tar.bz2 gentoo-e40612e00a3b50b004bc7da6dfa1db770c61540d.zip |
www-client/pybugz: works with py38
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'www-client/pybugz')
-rw-r--r-- | www-client/pybugz/pybugz-0.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild index 25fa8dd2c7e0..8f3af9a1b3c0 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 |