diff options
author | Markus Meier <maekke@gentoo.org> | 2017-01-02 20:07:23 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-01-02 20:07:23 +0100 |
commit | 0947501458dbb9ac4ebd1b1e74ee3e34e9641b6e (patch) | |
tree | ce9987ef86366868326efd5fef8e800af81880d1 /dev-qt | |
parent | dev-qt/qtconcurrent: arm stable, bug #598780 (diff) | |
download | gentoo-0947501458dbb9ac4ebd1b1e74ee3e34e9641b6e.tar.gz gentoo-0947501458dbb9ac4ebd1b1e74ee3e34e9641b6e.tar.bz2 gentoo-0947501458dbb9ac4ebd1b1e74ee3e34e9641b6e.zip |
dev-qt/qtbluetooth: arm stable, bug #598780
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.6.2.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.6.2.ebuild index 3bbf385b9a87..6b3a70b0baef 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.6.2.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.6.2.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 # $Id$ @@ -9,7 +9,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 x86" fi IUSE="qml" |