www-client/pybugz: Support python 3.7
authorPacho Ramos <pacho@gentoo.org>
Sun, 21 Oct 2018 09:17:50 +0000 (11:17 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 21 Oct 2018 09:17:50 +0000 (11:17 +0200)
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

www-client/pybugz/pybugz-0.13.ebuild
www-client/pybugz/pybugz-9999.ebuild

index 1376fb7ff52e7da760e506b092b54cd6b75105e6..575ba97f84d7676f6cd50452922dc6e7e68c7e8a 100644 (file)
@@ -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
index 580e0af4cd1fec6d4b323bd625792a0cda1e577b..f5305446877658bab505d1c493ead9fda791578a 100644 (file)
@@ -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