diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-03 20:44:34 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-03 20:44:34 +0000 |
commit | a58f0c167af0168fc35314cf891e940e14198833 (patch) | |
tree | 8ec394faf4ce875df624e4c099cf0b50944f67fc /dev-qt/qtbluetooth | |
parent | dev-qt/qt3d: Stabilize 5.15.13 amd64, #927748 (diff) | |
download | gentoo-a58f0c167af0168fc35314cf891e940e14198833.tar.gz gentoo-a58f0c167af0168fc35314cf891e940e14198833.tar.bz2 gentoo-a58f0c167af0168fc35314cf891e940e14198833.zip |
dev-qt/qtbluetooth: Stabilize 5.15.13 amd64, #927748
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtbluetooth')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.15.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.13.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.13.ebuild index b260ba76220c..54576e2f25a9 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.15.13.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.13.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" |