diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-04 21:27:40 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-04 21:27:40 +0200 |
commit | 45db1398dfa2e6e82f3027fa32bc45ef7ba47e46 (patch) | |
tree | be2e097cdbe8bee1d8788ef8357852bed80d7515 /dev-qt/qtbluetooth | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.7 arm, #883677 (diff) | |
download | gentoo-45db1398dfa2e6e82f3027fa32bc45ef7ba47e46.tar.gz gentoo-45db1398dfa2e6e82f3027fa32bc45ef7ba47e46.tar.bz2 gentoo-45db1398dfa2e6e82f3027fa32bc45ef7ba47e46.zip |
dev-qt/qtbluetooth: Stabilize 5.15.7 arm, #883677
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtbluetooth')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.15.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.7.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.7.ebuild index 566f6be6afd0..69765e46ed68 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.15.7.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.7.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" |