diff options
author | 2024-11-02 14:10:23 +0000 | |
---|---|---|
committer | 2024-11-02 14:10:23 +0000 | |
commit | f9e6b98afb991de3f2319fd675422c33ea32bbe4 (patch) | |
tree | 4e203c8e8511fc3b598d1c0210f04728fea03952 /dev-qt | |
parent | dev-qt/qtshadertools: Stabilize 6.7.3 arm, #942507 (diff) | |
download | gentoo-f9e6b98afb991de3f2319fd675422c33ea32bbe4.tar.gz gentoo-f9e6b98afb991de3f2319fd675422c33ea32bbe4.tar.bz2 gentoo-f9e6b98afb991de3f2319fd675422c33ea32bbe4.zip |
dev-qt/qtspeech: Stabilize 6.7.3 arm, #942507
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtspeech/qtspeech-6.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtspeech/qtspeech-6.7.3.ebuild b/dev-qt/qtspeech/qtspeech-6.7.3.ebuild index 652b1f8356dc..c5f70da6bc4a 100644 --- a/dev-qt/qtspeech/qtspeech-6.7.3.ebuild +++ b/dev-qt/qtspeech/qtspeech-6.7.3.ebuild @@ -13,7 +13,7 @@ inherit qt6-build DESCRIPTION="Text-to-speech library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" fi IUSE="flite qml +speechd" |