mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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} )
|
||||
|
||||
@@ -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} )
|
||||
|
||||
Reference in New Issue
Block a user