mirror of
https://github.com/valitydev/gentoo-overlay.git
synced 2024-11-06 01:45:19 +00:00
update ebuild for python 3.7 support (#72)
This commit is contained in:
parent
6bf64c61ec
commit
d3436a7388
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit python-r1
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user