sys-firmware/seabios: add python 3.10

Closes: https://bugs.gentoo.org/829361
Closes: https://github.com/gentoo/gentoo/pull/23333
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
Thomas Bettler
2021-12-16 19:38:55 +01:00
committed by Matthias Maier
parent b33da36a7d
commit 3febca9f9f
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit toolchain-funcs python-any-r1

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit toolchain-funcs python-any-r1

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit toolchain-funcs python-any-r1