diff options
author | Sam James <sam@gentoo.org> | 2022-06-13 22:18:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-13 22:18:09 +0100 |
commit | 09662dd4af89d8b45cfc0ef3d3188c43d93a70ff (patch) | |
tree | 6a085ed72f6ad5ce97213e2826ac7d870c3245bd /dev-qt/qtbluetooth | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.4 arm, #843353 (diff) | |
download | gentoo-09662dd4af89d8b45cfc0ef3d3188c43d93a70ff.tar.gz gentoo-09662dd4af89d8b45cfc0ef3d3188c43d93a70ff.tar.bz2 gentoo-09662dd4af89d8b45cfc0ef3d3188c43d93a70ff.zip |
dev-qt/qtbluetooth: Stabilize 5.15.4 arm, #843353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtbluetooth')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild index 4abd1c1036a3..32d2eb102c41 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Bluetooth support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv ~x86" fi IUSE="qml" |