mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
app-emulation/qemu: Apply Flatcar patches
Allow python 3.6 in PYTHON_COMPAT for now. Based on b541e937049757d5dd044ca2692036fc1805bd52.
This commit is contained in:
parent
ce3f18f6fa
commit
e127dfd040
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9,10} )
|
||||
PYTHON_COMPAT=( python{3_6,3_7} )
|
||||
PYTHON_REQ_USE="ncurses,readline"
|
||||
|
||||
FIRMWARE_ABI_VERSION="6.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user