diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:38 +0100 |
commit | 096ad3cde91ba3954cf354e3eff4390a55e36ce2 (patch) | |
tree | 7ed2f49c49e7f0d235e9cb08eea9564cb7dc7dec | |
parent | dev-qt/qtcharts: Stabilize 6.7.3 amd64, #942507 (diff) | |
download | gentoo-096ad3cde91ba3954cf354e3eff4390a55e36ce2.tar.gz gentoo-096ad3cde91ba3954cf354e3eff4390a55e36ce2.tar.bz2 gentoo-096ad3cde91ba3954cf354e3eff4390a55e36ce2.zip |
dev-qt/qtconnectivity: Stabilize 6.7.3 amd64, #942507
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-qt/qtconnectivity/qtconnectivity-6.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconnectivity/qtconnectivity-6.7.3.ebuild b/dev-qt/qtconnectivity/qtconnectivity-6.7.3.ebuild index 31b4c126c87b..792b799de210 100644 --- a/dev-qt/qtconnectivity/qtconnectivity-6.7.3.ebuild +++ b/dev-qt/qtconnectivity/qtconnectivity-6.7.3.ebuild @@ -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 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" fi IUSE="+bluetooth nfc smartcard" |