diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-02 22:25:36 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-02 22:25:36 +0200 |
commit | cb7418b6e3f62b9dc73a7f425a38af4351b87db7 (patch) | |
tree | 52cfd41ec4ed97ee6806b957b893dd2a903f33e5 /dev-python/QtPy/metadata.xml | |
parent | dev-python/PyQt5: add USE=speech (diff) | |
download | gentoo-cb7418b6e3f62b9dc73a7f425a38af4351b87db7.tar.gz gentoo-cb7418b6e3f62b9dc73a7f425a38af4351b87db7.tar.bz2 gentoo-cb7418b6e3f62b9dc73a7f425a38af4351b87db7.zip |
dev-python/QtPy: add USE="speech"
Bug: https://bugs.gentoo.org/792861
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/QtPy/metadata.xml')
-rw-r--r-- | dev-python/QtPy/metadata.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/QtPy/metadata.xml b/dev-python/QtPy/metadata.xml index 9bf18f126510..8238afd31862 100644 --- a/dev-python/QtPy/metadata.xml +++ b/dev-python/QtPy/metadata.xml @@ -17,7 +17,7 @@ <use> <flag name="pyqt5">Use <pkg>dev-python/PyQt5</pkg> as Qt for Python implementation</flag> <flag name="pyside2">Use <pkg>dev-python/pyside2</pkg> as Qt for Python implementation</flag> - <flag name="declarative">Pull in 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">Pull in bindings for the QtDesigner module and enable the designer plugin</flag> <flag name="gui">Pull in bindings for the QtGui module</flag> <flag name="help">Pull in bindings for the QtHelp module</flag> @@ -29,6 +29,7 @@ <flag name="printsupport">Pull in bindings for the QtPrintSupport module</flag> <flag name="sensors">Pull in bindings for the QtSensors module</flag> <flag name="serialport">Pull in bindings for the QtSerialPort module</flag> + <flag name="speech">Build bindings for the QtTextToSpeech module</flag> <flag name="sql">Pull in bindings for the QtSql module</flag> <flag name="svg">Pull in bindings for the QtSvg module</flag> <flag name="testlib">Pull in bindings for the QtTest module</flag> |