diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-21 11:17:50 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-21 11:17:50 +0200 |
commit | 9a1e58bd4dc0f0fb1fc8a7271df3076d6e376dd3 (patch) | |
tree | 8e7c78a400e0ef01c6b0afc345de1067e8fab7a6 /www-client/pybugz | |
parent | gnome-extra/gnome-shell-extension-gsconnect: Drop old (diff) | |
download | gentoo-9a1e58bd4dc0f0fb1fc8a7271df3076d6e376dd3.tar.gz gentoo-9a1e58bd4dc0f0fb1fc8a7271df3076d6e376dd3.tar.bz2 gentoo-9a1e58bd4dc0f0fb1fc8a7271df3076d6e376dd3.zip |
www-client/pybugz: Support python 3.7
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'www-client/pybugz')
-rw-r--r-- | www-client/pybugz/pybugz-0.13.ebuild | 4 | ||||
-rw-r--r-- | www-client/pybugz/pybugz-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild index 1376fb7ff52e..575ba97f84d7 100644 --- a/www-client/pybugz/pybugz-0.13.ebuild +++ b/www-client/pybugz/pybugz-0.13.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) 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 580e0af4cd1f..f53054468776 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then |