summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2023-11-05 16:08:33 +0100
committerIonen Wolkens <ionen@gentoo.org>2023-11-05 10:48:29 -0500
commit9a156a5c5e9ba05bcfefd56cdee1692bfc253480 (patch)
tree2e199cb98abc816bb36b7408be3bc3409bf2c070
parentdev-python/sqlalchemy-rqlite: Add pypi remote-id (diff)
downloadgentoo-9a156a5c5e9ba05bcfefd56cdee1692bfc253480.tar.gz
gentoo-9a156a5c5e9ba05bcfefd56cdee1692bfc253480.tar.bz2
gentoo-9a156a5c5e9ba05bcfefd56cdee1692bfc253480.zip
dev-python/PyQt6: depend on qtdeclarative[opengl] for USE=quick
42b4c9f60670 did not fix v6.5.3. 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. Bug: https://bugs.gentoo.org/916889 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/33678 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--dev-python/PyQt6/PyQt6-6.5.3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.5.3.ebuild b/dev-python/PyQt6/PyQt6-6.5.3.ebuild
index 0b1007d72844..1b724908aaf3 100644
--- a/dev-python/PyQt6/PyQt6-6.5.3.ebuild
+++ b/dev-python/PyQt6/PyQt6-6.5.3.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} )