diff options
author | Davide Pesavento <pesa@gentoo.org> | 2021-06-02 22:07:37 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2021-06-02 22:13:00 +0200 |
commit | 855845d182eafb7cd34fe4279bd639518ec84f98 (patch) | |
tree | fb50ec4e1cd14fa9f8e79683ebd5ed60a572dc37 /dev-python/PyQt5/metadata.xml | |
parent | net-analyzer/wireshark: drop 3.4.3, 3.4.4 (diff) | |
download | gentoo-855845d182eafb7cd34fe4279bd639518ec84f98.tar.gz gentoo-855845d182eafb7cd34fe4279bd639518ec84f98.tar.bz2 gentoo-855845d182eafb7cd34fe4279bd639518ec84f98.zip |
dev-python/PyQt5: add USE=speech
Bug: https://bugs.gentoo.org/792861
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5/metadata.xml')
-rw-r--r-- | dev-python/PyQt5/metadata.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/PyQt5/metadata.xml b/dev-python/PyQt5/metadata.xml index fc69b98a7a4d..c75a05796139 100644 --- a/dev-python/PyQt5/metadata.xml +++ b/dev-python/PyQt5/metadata.xml @@ -8,7 +8,7 @@ <use> <flag name="bluetooth">Build bindings for the QtBluetooth module</flag> <flag name="dbus">Build bindings for the QtDBus module</flag> - <flag name="declarative">Build bindings for the QtQml/QtQuick modules and enable the qmlscene plugin</flag> + <flag name="declarative">Build bindings for the QtQml and QtQuick modules and enable the qmlscene plugin</flag> <flag name="designer">Build bindings for the QtDesigner module and enable the designer plugin</flag> <flag name="gui">Build bindings for the QtGui module</flag> <flag name="help">Build bindings for the QtHelp module</flag> @@ -21,6 +21,7 @@ <flag name="printsupport">Build bindings for the QtPrintSupport module</flag> <flag name="sensors">Build bindings for the QtSensors module</flag> <flag name="serialport">Build bindings for the QtSerialPort module</flag> + <flag name="speech">Build bindings for the QtTextToSpeech module</flag> <flag name="sql">Build bindings for the QtSql module</flag> <flag name="svg">Build bindings for the QtSvg module</flag> <flag name="testlib">Build bindings for the QtTest module</flag> |