commit:     c55ac63e4388948dde9e566d21b3c2cf8188d141
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Jan 20 00:00:00 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 15:18:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55ac63e

dev-util/gyp: Add support for Python 3.10.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-util/gyp/gyp-20200512145953.ebuild | 2 +-
 dev-util/gyp/gyp-99999999999999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gyp/gyp-20200512145953.ebuild 
b/dev-util/gyp/gyp-20200512145953.ebuild
index f499409a7905..a927c1e81115 100644
--- a/dev-util/gyp/gyp-20200512145953.ebuild
+++ b/dev-util/gyp/gyp-20200512145953.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_SINGLE_IMPL="1"
 
 inherit distutils-r1

diff --git a/dev-util/gyp/gyp-99999999999999.ebuild 
b/dev-util/gyp/gyp-99999999999999.ebuild
index 4f1e8527d561..d8a948d82bc6 100644
--- a/dev-util/gyp/gyp-99999999999999.ebuild
+++ b/dev-util/gyp/gyp-99999999999999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_SINGLE_IMPL="1"
 
 inherit distutils-r1

Reply via email to