diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 10:59:33 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:23:09 +0200 |
commit | d90a2ba4c937ea55ed9289199f206799c33413ab (patch) | |
tree | 40562c86d14f94b01e9e3c264c7046881c547363 /sys-firmware | |
parent | sys-cluster/sanlock: enable py3.12 (diff) | |
download | gentoo-d90a2ba4c937ea55ed9289199f206799c33413ab.tar.gz gentoo-d90a2ba4c937ea55ed9289199f206799c33413ab.tar.bz2 gentoo-d90a2ba4c937ea55ed9289199f206799c33413ab.zip |
sys-firmware/seabios: enable py3.12
Closes: https://bugs.gentoo.org/929840
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/seabios/seabios-1.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/seabios/seabios-1.16.0.ebuild b/sys-firmware/seabios/seabios-1.16.0.ebuild index 6399287a3bf3..ac5f71a088cd 100644 --- a/sys-firmware/seabios/seabios-1.16.0.ebuild +++ b/sys-firmware/seabios/seabios-1.16.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain-funcs python-any-r1 |