dev-embedded/libftdi: disable py3.9

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2023-08-20 12:31:12 +03:00
parent fe453a409d
commit 6607bc2de5
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit cmake python-single-r1
if [[ ${PV} == 9999* ]] ; then

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit cmake python-single-r1
MY_P="${PN}1-${PV}"

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit cmake python-single-r1
MY_P="${PN}1-${PV}"