Fix PYTHON_COMPAT, sync whith portage

Signed-off-by: Victor Kustov <ktrace@yandex.ru>
trojita
Victor Kustov 3 years ago
parent b07e01e1f9
commit 3f2284926b
No known key found for this signature in database
GPG Key ID: F1AAB4DE9B8B4A69

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{4,5,6,7} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1

Loading…
Cancel
Save