summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Zander <negril.nx+gentoo@gmail.com>2024-08-28 22:50:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-28 23:10:27 +0200
commit3940dca8ea192d7d66411bc4deb94fdf17f08e7f (patch)
treed2ce09d1402ba1bcda481d7e46e5c6033a753190 /www-client
parentapp-forensics/yara-x: Stabilize 0.5.0 amd64, #938595 (diff)
downloadgentoo-3940dca8ea192d7d66411bc4deb94fdf17f08e7f.tar.gz
gentoo-3940dca8ea192d7d66411bc4deb94fdf17f08e7f.tar.bz2
gentoo-3940dca8ea192d7d66411bc4deb94fdf17f08e7f.zip
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>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/falkon/falkon-24.05.2-r1.ebuild (renamed from www-client/falkon/falkon-24.05.2.ebuild)2
-rw-r--r--www-client/falkon/falkon-24.08.0-r1.ebuild (renamed from www-client/falkon/falkon-24.08.0.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/falkon/falkon-24.05.2.ebuild b/www-client/falkon/falkon-24.05.2-r1.ebuild
index 69577d72decd..75f5ba463d7f 100644
--- a/www-client/falkon/falkon-24.05.2.ebuild
+++ b/www-client/falkon/falkon-24.05.2-r1.ebuild
@@ -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}]
")
)
diff --git a/www-client/falkon/falkon-24.08.0.ebuild b/www-client/falkon/falkon-24.08.0-r1.ebuild
index 0ca036d908e6..4322d900bde0 100644
--- a/www-client/falkon/falkon-24.08.0.ebuild
+++ b/www-client/falkon/falkon-24.08.0-r1.ebuild
@@ -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}]
")
)