sys-firmware/edk2-ovmf: disable py3.9

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-08-28 20:10:33 +01:00
parent bc84455a60
commit de0ff7e01c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=7
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python3_{9,10,11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit python-any-r1 readme.gentoo-r1 secureboot

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python3_{9,10,11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit python-any-r1 readme.gentoo-r1 secureboot