diff options
author | Sam James <sam@gentoo.org> | 2022-04-14 01:18:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-14 01:18:45 +0100 |
commit | fdabc4b32f7ecb672520496d45750df4af90e4a3 (patch) | |
tree | e15cca23305e194793f01a04907ea932949901a8 /dev-qt | |
parent | dev-qt/qtserialport: Stabilize 5.15.3 x86, #835762 (diff) | |
download | gentoo-fdabc4b32f7ecb672520496d45750df4af90e4a3.tar.gz gentoo-fdabc4b32f7ecb672520496d45750df4af90e4a3.tar.bz2 gentoo-fdabc4b32f7ecb672520496d45750df4af90e4a3.zip |
dev-qt/qtspeech: Stabilize 5.15.3 x86, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtspeech/qtspeech-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtspeech/qtspeech-5.15.3.ebuild b/dev-qt/qtspeech/qtspeech-5.15.3.ebuild index b0f7013f1380..a73f0796dd13 100644 --- a/dev-qt/qtspeech/qtspeech-5.15.3.ebuild +++ b/dev-qt/qtspeech/qtspeech-5.15.3.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Text-to-speech library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" fi IUSE="alsa flite" |