devel/eric6: Fix CONFLICTS_INSTALL
The automatically generated values did not match any package due to an additional ${FLAVOR} added to the pattern. The version wildcard was superfluous and and has been removed as well. Approved by: portmgr (blanket)
This commit is contained in:
parent
6272fce2e6
commit
3999eb79ff
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
|
||||
|
||||
CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C/^/${PORTNAME}${PKGNAMESUFFIX}-/:C/$/-[0-9]*/}
|
||||
CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C/^/${PORTNAME}-qt5-/}
|
||||
|
||||
USES+= desktop-file-utils python:3.5+ pyqt:5 shebangfix
|
||||
USE_PYTHON= flavors
|
||||
|
|
Loading…
Reference in a new issue