commit: ef35b5e1a97e1ff839aa1576dbb821e357549559
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 07:25:49 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 07:25:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef35b5e1
dev-qt/qtbluetooth: add ~arm64, bug #622268
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
dev-qt/qtbluetooth/qtbluetooth-5.7.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.7.1.ebuild
b/dev-qt/qtbluetooth/qtbluetooth-5.7.1.ebuild
index 12b505b52ba..b5af2f490ba 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.7.1.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
IUSE="qml"