diff options
author | John Helmert III <ajak@gentoo.org> | 2022-09-26 20:44:43 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-09-26 22:26:24 -0500 |
commit | f57980c18442d7432872d82fc632bf63f6ade001 (patch) | |
tree | b63a8c3958161afc00f5cea2a42b04ce61029ac3 /sys-firmware/seabios/seabios-1.16.0.ebuild | |
parent | sys-firmware/edk2-ovmf: enable py3.11 (diff) | |
download | gentoo-f57980c18442d7432872d82fc632bf63f6ade001.tar.gz gentoo-f57980c18442d7432872d82fc632bf63f6ade001.tar.bz2 gentoo-f57980c18442d7432872d82fc632bf63f6ade001.zip |
sys-firmware/seabios: enable py3.11
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'sys-firmware/seabios/seabios-1.16.0.ebuild')
-rw-r--r-- | sys-firmware/seabios/seabios-1.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-firmware/seabios/seabios-1.16.0.ebuild b/sys-firmware/seabios/seabios-1.16.0.ebuild index 2948596f640b..b6dc35043258 100644 --- a/sys-firmware/seabios/seabios-1.16.0.ebuild +++ b/sys-firmware/seabios/seabios-1.16.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) inherit toolchain-funcs python-any-r1 |