sys-devel/gdb: Make PYTHON_COMPAT a bit more future-proof

This commit is contained in:
Krzesimir Nowak 2021-11-30 19:06:35 +01:00
parent 162d0d434e
commit b2b15c3006

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{3_6,3_7} )
PYTHON_COMPAT=( python3_{6..10} )
inherit eutils flag-o-matic python-single-r1 toolchain-funcs