dev-util/perf: Support python 3.6

This commit is contained in:
Krzesimir Nowak 2021-11-25 11:46:47 +01:00
parent 285e82c44a
commit 0e7b9ab914

View File

@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..10} )
# Flatcar: Support python 3.6.
PYTHON_COMPAT=( python3_{6..10} )
inherit bash-completion-r1 estack llvm toolchain-funcs prefix python-r1 linux-info
DESCRIPTION="Userland tools for Linux Performance Counters"