www-client/falkon: require positioning with Qt6WebEngineCore

Bug: https://bugs.gentoo.org/934478#c39
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Paul Zander
2024-08-28 22:50:47 +02:00
committed by Andreas Sturmlechner
parent a22ba8fd34
commit 3940dca8ea
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ COMMON_DEPEND="
python? (
${PYTHON_DEPS}
$(python_gen_cond_dep "
>=dev-python/pyside6-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \
>=dev-python/pyside6-${QTMIN}[designer,gui,positioning,webengine,widgets,\${PYTHON_USEDEP}] \
>=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}]
")
)

View File

@@ -40,7 +40,7 @@ COMMON_DEPEND="
python? (
${PYTHON_DEPS}
$(python_gen_cond_dep "
>=dev-python/pyside6-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \
>=dev-python/pyside6-${QTMIN}[designer,gui,positioning,webengine,widgets,\${PYTHON_USEDEP}] \
>=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}]
")
)