diff options
author | Denis Pronin <dannftk@yandex.ru> | 2022-03-19 13:08:42 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-18 21:28:26 +0100 |
commit | a80aafd116d695fee49e32cc575edfcea47b9e8e (patch) | |
tree | 9b1e739e796830b6ea11ecff95e9a69b941787fe /sys-apps/i2c-tools | |
parent | x11-base/xwayland: added live ebuild. (diff) | |
download | gentoo-a80aafd116d695fee49e32cc575edfcea47b9e8e.tar.gz gentoo-a80aafd116d695fee49e32cc575edfcea47b9e8e.tar.bz2 gentoo-a80aafd116d695fee49e32cc575edfcea47b9e8e.zip |
sys-apps/i2c-tools: add python 3.10
enabled opportunity for a user to use python-3.10 for
sys-apps/i2c-tools-4.2
Signed-off-by: Denis Pronin <dannftk@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/24657
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/i2c-tools')
-rw-r--r-- | sys-apps/i2c-tools/i2c-tools-4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild index 7372aa58066c..246cc0d212b5 100644 --- a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild +++ b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_OPTIONAL="1" inherit distutils-r1 flag-o-matic toolchain-funcs |