mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
sys-cluster/hpx: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=6
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="ninja"
|
||||
PYTHON_COMPAT=( python{2_7,3_4} )
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
if [ ${PV} == 9999 ] ; then
|
||||
inherit git-r3
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=6
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="ninja"
|
||||
PYTHON_COMPAT=( python{2_7,3_4} )
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
if [ ${PV} == 9999 ] ; then
|
||||
inherit git-r3
|
||||
|
||||
Reference in New Issue
Block a user