Skip to content
Snippets Groups Projects
Commit 3999eb79 authored by Stefan Eßer's avatar Stefan Eßer
Browse files

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)
parent 6272fce2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment