summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-11-05 07:40:49 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-11-05 08:52:19 -0500
commit42b4c9f6067063dbd8ac13abd4e6ce2bd002e213 (patch)
treede78ef522b639a5efa73ec4ee323cfab13a37f91 /dev-python/PyQt6/PyQt6-6.6.0.ebuild
parentgui-libs/wlroots: Stabilize 0.16.2-r2 amd64, #916886 (diff)
downloadgentoo-42b4c9f6067063dbd8ac13abd4e6ce2bd002e213.tar.gz
gentoo-42b4c9f6067063dbd8ac13abd4e6ce2bd002e213.tar.bz2
gentoo-42b4c9f6067063dbd8ac13abd4e6ce2bd002e213.zip
dev-python/PyQt6: depend on qtdeclarative[opengl] for USE=quick
Skipping revbump due to long rebuilds, and technically it shouldn't matter given (as far as I can tell) it'll pass loading this bit at runtime without USE=opengl being set on PyQt6 (which would ensure it is set on qtdeclarative through qtbase/qtdeclarative[opengl=]). Note that this does not affect PyQt5 despite also using the header given qtdeclarative:5 always installs this that I can see. Closes: https://bugs.gentoo.org/916889 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6/PyQt6-6.6.0.ebuild')
-rw-r--r--dev-python/PyQt6/PyQt6-6.6.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.6.0.ebuild b/dev-python/PyQt6/PyQt6-6.6.0.ebuild
index 0e3bcff42047..8c7f98519bcf 100644
--- a/dev-python/PyQt6/PyQt6-6.6.0.ebuild
+++ b/dev-python/PyQt6/PyQt6-6.6.0.ebuild
@@ -64,6 +64,7 @@ DEPEND="
positioning? ( >=dev-qt/qtpositioning-${QT_PV} )
qml? ( >=dev-qt/qtdeclarative-${QT_PV}[widgets?] )
quick3d? ( >=dev-qt/qtquick3d-${QT_PV} )
+ quick? ( >=dev-qt/qtdeclarative-${QT_PV}[opengl] )
sensors? ( >=dev-qt/qtsensors-${QT_PV} )
serialport? ( >=dev-qt/qtserialport-${QT_PV} )
speech? ( >=dev-qt/qtspeech-${QT_PV} )