commit:     6385af185a16bf7b7ea803123546833fee76fa6e
Author:     band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Jun  7 22:05:57 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:19:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6385af18

dev-util/scons: 3.0.5-r1 add PYTHON_COMPAT=( python3_7 )

The upstream declare that SCons 3.0.5 is compatible with Python 3.7
and the explored set of tests gives the same results for python 3.6 and 3.7

Signed-off-by: Sergey Torokhov <torokhov_s_a <AT> mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/12217
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/scons/scons-3.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/scons/scons-3.0.5-r1.ebuild 
b/dev-util/scons/scons-3.0.5-r1.ebuild
index 9b0e05bcdd6..8ef412974e4 100644
--- a/dev-util/scons/scons-3.0.5-r1.ebuild
+++ b/dev-util/scons/scons-3.0.5-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1

Reply via email to