sys-libs/glibc: Make PYTHON_COMPAT a bit more future-proof

This commit is contained in:
Krzesimir Nowak 2021-11-30 19:07:26 +01:00
parent b2b15c3006
commit 0897fcb98f

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6..10} )
TMPFILES_OPTIONAL=1
inherit python-any-r1 prefix preserve-libs toolchain-funcs flag-o-matic gnuconfig \