update ebuild for python 3.7 support (#72)

This commit is contained in:
Alexander Miroshnichenko 2020-05-14 19:29:26 +03:00 committed by GitHub
parent 6bf64c61ec
commit d3436a7388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
PYTHON_COMPAT=( python3_{7,8} )
inherit python-r1

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
CMAKE_MAKEFILE_GENERATOR=emake
DISTUTILS_OPTIONAL=1