diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2024-01-02 20:15:16 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-01-02 23:23:41 +0800 |
commit | 93cbfdb60bb2437575008c7349408a95c36b4e7b (patch) | |
tree | 439e22b1ae988d2438e12bf242164739b173a632 /dev-qt | |
parent | dev-qt/qt5compat: keyword 6.6.1 for ~loong (diff) | |
download | gentoo-93cbfdb60bb2437575008c7349408a95c36b4e7b.tar.gz gentoo-93cbfdb60bb2437575008c7349408a95c36b4e7b.tar.bz2 gentoo-93cbfdb60bb2437575008c7349408a95c36b4e7b.zip |
dev-qt/qtconnectivity: keyword 6.6.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtconnectivity/qtconnectivity-6.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtconnectivity/qtconnectivity-6.6.1.ebuild b/dev-qt/qtconnectivity/qtconnectivity-6.6.1.ebuild index 131668494326..006963f85458 100644 --- a/dev-qt/qtconnectivity/qtconnectivity-6.6.1.ebuild +++ b/dev-qt/qtconnectivity/qtconnectivity-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="Bluetooth and NFC support library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm64" + KEYWORDS="amd64 ~arm64 ~loong" fi IUSE="+bluetooth nfc smartcard" |