mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-embedded/libftdi: Add Python 3.{7,8,9}
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user