mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
sys-devel/gdb: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
162d0d434e
commit
b2b15c3006
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user