app-misc/anki-bin: Require quick USE flag on PyQt6

Without PyQt6.quick module, anki-bin crashes.

Signed-off-by: amano.kenji <amano.kenji@proton.me>
This commit is contained in:
amano.kenji
2023-11-09 05:47:39 +00:00
parent 4da6dde2fa
commit e687f5218a

View File

@@ -57,7 +57,7 @@ $(python_gen_cond_dep '
qt6? (
$(python_gen_cond_dep '
>=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,${PYTHON_USEDEP}]
>=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,quick,${PYTHON_USEDEP}]
>=dev-python/PyQt6-sip-13.5.1[${PYTHON_USEDEP}]
>=dev-python/PyQt6-WebEngine-6.5.0[widgets,${PYTHON_USEDEP}]
')