diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2024-01-05 00:19:16 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-01-05 00:19:16 +0800 |
commit | a8b9daf8a5b89766c9d2ddbf93632652d139086f (patch) | |
tree | a0cc334923dedba0accb38a884df0323dd8a7548 /dev-qt | |
parent | dev-qt/qtwebchannel: keyword 6.6.1 for ~loong (diff) | |
download | gentoo-a8b9daf8a5b89766c9d2ddbf93632652d139086f.tar.gz gentoo-a8b9daf8a5b89766c9d2ddbf93632652d139086f.tar.bz2 gentoo-a8b9daf8a5b89766c9d2ddbf93632652d139086f.zip |
dev-qt/qtspeech: keyword 6.6.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtspeech/qtspeech-6.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtspeech/qtspeech-6.6.1.ebuild b/dev-qt/qtspeech/qtspeech-6.6.1.ebuild index 4723aec534af..9ee33d282179 100644 --- a/dev-qt/qtspeech/qtspeech-6.6.1.ebuild +++ b/dev-qt/qtspeech/qtspeech-6.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Text-to-speech library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm64" + KEYWORDS="amd64 ~arm64 ~loong" fi IUSE="flite qml +speechd" |