diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-08 16:21:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-08 16:25:35 +0300 |
commit | 8c7061d5eb7a8e52a7c43dbc362fadaac18e7554 (patch) | |
tree | 0d607ef335cd5f059a653a3de104f94ee38f00fe /dev-qt | |
parent | dev-qt/qtconcurrent: arm stable wrt bug #699240 (diff) | |
download | gentoo-8c7061d5eb7a8e52a7c43dbc362fadaac18e7554.tar.gz gentoo-8c7061d5eb7a8e52a7c43dbc362fadaac18e7554.tar.bz2 gentoo-8c7061d5eb7a8e52a7c43dbc362fadaac18e7554.zip |
dev-qt/qtbluetooth: arm stable wrt bug #699240
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.13.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.13.2.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.13.2.ebuild index 00bc4a1b3056..fdac527647cf 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.13.2.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Bluetooth support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~x86" + KEYWORDS="amd64 arm arm64 ~x86" fi IUSE="qml" |