diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-02 05:55:44 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-02 05:55:44 +0000 |
commit | 62ba5f0c0516d3ae5faa6158a2338e075f6cd0ae (patch) | |
tree | 891c2263dca7a83ca6569497c8b766d2dfe19ddc /dev-qt/qtspeech | |
parent | dev-qt/qtsensors: Stabilize 6.6.3 arm64, #928382 (diff) | |
download | gentoo-62ba5f0c0516d3ae5faa6158a2338e075f6cd0ae.tar.gz gentoo-62ba5f0c0516d3ae5faa6158a2338e075f6cd0ae.tar.bz2 gentoo-62ba5f0c0516d3ae5faa6158a2338e075f6cd0ae.zip |
dev-qt/qtspeech: Stabilize 6.6.3 arm64, #928382
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtspeech')
-rw-r--r-- | dev-qt/qtspeech/qtspeech-6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtspeech/qtspeech-6.6.3.ebuild b/dev-qt/qtspeech/qtspeech-6.6.3.ebuild index 2e084450397d..5491997f2898 100644 --- a/dev-qt/qtspeech/qtspeech-6.6.3.ebuild +++ b/dev-qt/qtspeech/qtspeech-6.6.3.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Text-to-speech library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~riscv ~x86" fi IUSE="flite qml +speechd" |