diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2022-01-20 00:00:00 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-29 23:18:42 +0800 |
commit | c55ac63e4388948dde9e566d21b3c2cf8188d141 (patch) | |
tree | 28f0e5940f4a9752967a5879d517295a1d3e33a9 /dev-util/gyp | |
parent | dev-util/gyp: Delete no longer needed DISTUTILS_USE_SETUPTOOLS="rdepend". (diff) | |
download | gentoo-c55ac63e4388948dde9e566d21b3c2cf8188d141.tar.gz gentoo-c55ac63e4388948dde9e566d21b3c2cf8188d141.tar.bz2 gentoo-c55ac63e4388948dde9e566d21b3c2cf8188d141.zip |
dev-util/gyp: Add support for Python 3.10.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/gyp')
-rw-r--r-- | dev-util/gyp/gyp-20200512145953.ebuild | 2 | ||||
-rw-r--r-- | 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 |