- seexpr is not compatible with python3

- fix build with DEFAULT_VERSIONS=python=3.x
This commit is contained in:
Antoine Brodin 2018-05-25 21:46:30 +00:00
parent fff1aa535b
commit 07ff49edd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470871

View file

@ -16,9 +16,10 @@ USE_GITHUB= yes
GH_ACCOUNT= wdas
GH_PROJECT= SeExpr
USES= bison cmake compiler:c++0x pyqt:4 python
USES= bison cmake compiler:c++0x pyqt:4 python:2.7
USE_PYQT= gui_build sip_build
USE_QT4= moc_build qmake_build rcc_build uic_build gui opengl
BINARY_ALIAS= sip=sip-${PYTHON_VER}
MAKE_JOBS_UNSAFE= yes # https://github.com/wdas/seexpr/issues/40