summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-09 16:15:09 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-09 16:15:09 +0100
commit1ab33ec43350a156685d7b9154b1aca2af440743 (patch)
tree9941655ca4458da4189fa1ceefbefbcbfb1ce72a /dev-util
parentdev-python/pymongo: Remove old (py2) (diff)
downloadgentoo-1ab33ec43350a156685d7b9154b1aca2af440743.tar.gz
gentoo-1ab33ec43350a156685d7b9154b1aca2af440743.tar.bz2
gentoo-1ab33ec43350a156685d7b9154b1aca2af440743.zip
dev-util/scons: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/scons/scons-3.1.1.ebuild2
-rw-r--r--dev-util/scons/scons-3.1.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/scons/scons-3.1.1.ebuild b/dev-util/scons/scons-3.1.1.ebuild
index 822bd62dd620..e802cfc3d555 100644
--- a/dev-util/scons/scons-3.1.1.ebuild
+++ b/dev-util/scons/scons-3.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-util/scons/scons-3.1.2.ebuild b/dev-util/scons/scons-3.1.2.ebuild
index 8cd85f931c7d..c080cb8a5c1f 100644
--- a/dev-util/scons/scons-3.1.2.ebuild
+++ b/dev-util/scons/scons-3.1.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
# False positive due to commented code in setup.py
DISTUTILS_USE_SETUPTOOLS=manual
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1