dev-embedded/libftdi: Add Python 3.{7,8,9}

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2020-06-07 18:05:01 -07:00
parent f264b4a53a
commit 0bb75bef01
2 changed files with 2 additions and 2 deletions

View File

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

View File

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