summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorband-a-prend <torokhov-s-a@yandex.ru>2019-06-08 01:05:57 +0300
committerMichał Górny <mgorny@gentoo.org>2019-06-15 16:19:22 +0200
commit6385af185a16bf7b7ea803123546833fee76fa6e (patch)
treea7a9b12fe73acd3fa7cd58c7f4c5d47e6153086a /dev-util
parentdev-util/scons: 3.0.5-r1 repair JDK include installation paths (diff)
downloadgentoo-6385af185a16bf7b7ea803123546833fee76fa6e.tar.gz
gentoo-6385af185a16bf7b7ea803123546833fee76fa6e.tar.bz2
gentoo-6385af185a16bf7b7ea803123546833fee76fa6e.zip
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@mail.ru> Closes: https://github.com/gentoo/gentoo/pull/12217 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/scons/scons-3.0.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/scons/scons-3.0.5-r1.ebuild b/dev-util/scons/scons-3.0.5-r1.ebuild
index 9b0e05bcdd68..8ef412974e44 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