dev-python/PyQt6: depend on qtdeclarative with USE=speech

Does not actually need USE=qml to be set on neither qtspeech
nor PyQt6, just qtdeclarative itself.

project.py: qmake_QT=['texttospeech', '-gui', 'qmlintegration'],

Not worth a revbump due to slow rebuilds (rebuilds are triggered
every Qt bumps either way).

Closes: https://bugs.gentoo.org/930756
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-04-27 05:43:45 -04:00
parent ac3d972311
commit 011876a532
2 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -68,7 +68,10 @@ DEPEND="
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} )
speech? (
>=dev-qt/qtdeclarative-${QT_PV}
>=dev-qt/qtspeech-${QT_PV}
)
svg? ( >=dev-qt/qtsvg-${QT_PV} )
webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} )
websockets? ( >=dev-qt/qtwebsockets-${QT_PV} )

View File

@@ -68,7 +68,10 @@ DEPEND="
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} )
speech? (
>=dev-qt/qtdeclarative-${QT_PV}
>=dev-qt/qtspeech-${QT_PV}
)
svg? ( >=dev-qt/qtsvg-${QT_PV} )
webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} )
websockets? ( >=dev-qt/qtwebsockets-${QT_PV} )