diff options
author | Markus Meier <maekke@gentoo.org> | 2017-06-25 09:25:49 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-06-25 09:25:49 +0200 |
commit | ef35b5e1a97e1ff839aa1576dbb821e357549559 (patch) | |
tree | 663e86ef0d75d9cddc5b1405054de8fd837c9788 /dev-qt | |
parent | app-arch/lz4: arm stable, bug #621930 (diff) | |
download | gentoo-ef35b5e1a97e1ff839aa1576dbb821e357549559.tar.gz gentoo-ef35b5e1a97e1ff839aa1576dbb821e357549559.tar.bz2 gentoo-ef35b5e1a97e1ff839aa1576dbb821e357549559.zip |
dev-qt/qtbluetooth: add ~arm64, bug #622268
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.7.1.ebuild | 4 |
1 files 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 12b505b52bae..b5af2f490ba8 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" |