diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:53 +0100 |
commit | 2e2c5fe477061ae8d82a2e48ce21d2885b6f15b3 (patch) | |
tree | 950f2cf4986cd64379c7c7d85e3ed06285bd4c09 /dev-qt/qtspeech | |
parent | dev-qt/qtshadertools: Stabilize 6.7.3 amd64, #942507 (diff) | |
download | gentoo-2e2c5fe477061ae8d82a2e48ce21d2885b6f15b3.tar.gz gentoo-2e2c5fe477061ae8d82a2e48ce21d2885b6f15b3.tar.bz2 gentoo-2e2c5fe477061ae8d82a2e48ce21d2885b6f15b3.zip |
dev-qt/qtspeech: Stabilize 6.7.3 amd64, #942507
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-qt/qtspeech')
-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 722a1ab5f955..652b1f8356dc 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" |