devel/py-qt5-pyqt: fix flavors use (+)
This ia s quick followup to commit 78e416d826
which introduced hard dependency to py-dbus module with missed flavor pointers
Pointy hat to: adridg
This commit is contained in:
parent
7fd0fa7882
commit
0be2439b8d
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ PYQT_DIST= yes
|
|||
|
||||
LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 \
|
||||
libdbus-1.so:devel/dbus
|
||||
BUILD_DEPENDS+= py${PYTHON_SUFFIX}-dbus>1:devel/py-dbus
|
||||
RUN_DEPENDS+= py${PYTHON_SUFFIX}-dbus>1:devel/py-dbus
|
||||
BUILD_DEPENDS+= py${PYTHON_SUFFIX}-dbus>1:devel/py-dbus@${PY_FLAVOR}
|
||||
RUN_DEPENDS+= py${PYTHON_SUFFIX}-dbus>1:devel/py-dbus@${PY_FLAVOR}
|
||||
|
||||
USES= pkgconfig python:3.8+ pyqt:5 qt:5
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
|
|
Loading…
Reference in a new issue