diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-28 12:12:35 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-28 12:12:35 +0000 |
commit | fee717a61ae602fcb52360f5e3270b01c897064e (patch) | |
tree | 0936beb80dd9831f6c379a40db278c801777c11f /dev-qt/qtbluetooth | |
parent | dev-qt/qt3d: Stabilize 5.15.16 arm64, #944808 (diff) | |
download | gentoo-fee717a61ae602fcb52360f5e3270b01c897064e.tar.gz gentoo-fee717a61ae602fcb52360f5e3270b01c897064e.tar.bz2 gentoo-fee717a61ae602fcb52360f5e3270b01c897064e.zip |
dev-qt/qtbluetooth: Stabilize 5.15.16 arm64, #944808
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtbluetooth')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.15.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.16.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.16.ebuild index 48f08159b6fe..aa68663733bf 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.15.16.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.16.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=1 - KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi QT5_MODULE="qtconnectivity" |