mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 11:01:14 +02:00
sys-apps/portage: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
3b9e88d78a
commit
46c9711979
@ -8,7 +8,7 @@
|
|||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=no
|
DISTUTILS_USE_SETUPTOOLS=no
|
||||||
PYTHON_COMPAT=( pypy3 python3_{6..7} )
|
PYTHON_COMPAT=( pypy3 python3_{6..10} )
|
||||||
PYTHON_REQ_USE='bzip2(+),threads(+)'
|
PYTHON_REQ_USE='bzip2(+),threads(+)'
|
||||||
|
|
||||||
inherit distutils-r1 linux-info tmpfiles prefix
|
inherit distutils-r1 linux-info tmpfiles prefix
|
Loading…
x
Reference in New Issue
Block a user