diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:11:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:14:36 +0200 |
commit | 1416eb7d55f7988dafdd471c6ac26f76a368d191 (patch) | |
tree | de36f6a17bf02943366cdd1d2ca611a0519ecc91 /dev-qt/qtbluetooth | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.11 arm, #915391 (diff) | |
download | gentoo-1416eb7d55f7988dafdd471c6ac26f76a368d191.tar.gz gentoo-1416eb7d55f7988dafdd471c6ac26f76a368d191.tar.bz2 gentoo-1416eb7d55f7988dafdd471c6ac26f76a368d191.zip |
dev-qt/qtbluetooth: Stabilize 5.15.11 arm, #915391
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtbluetooth')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.15.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.11.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.11.ebuild index c30d48ec750d..d07e55bbc316 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.15.11.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.11.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" |