diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 22:45:21 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 22:45:21 +0200 |
commit | a0ea04ff0f1d2a7688ef72cf9a4042687519f3e7 (patch) | |
tree | 8285a2887f816b1cfcb3dbf058a6e813efbfae73 /dev-qt/qtserialport | |
parent | dev-texlive/texlive-basic: include texmf-site in context search paths too, bu... (diff) | |
download | gentoo-a0ea04ff0f1d2a7688ef72cf9a4042687519f3e7.tar.gz gentoo-a0ea04ff0f1d2a7688ef72cf9a4042687519f3e7.tar.bz2 gentoo-a0ea04ff0f1d2a7688ef72cf9a4042687519f3e7.zip |
dev-qt/qtserialport: keyword ~arm64, bug #622266
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-qt/qtserialport')
-rw-r--r-- | dev-qt/qtserialport/qtserialport-5.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtserialport/qtserialport-5.7.1.ebuild b/dev-qt/qtserialport/qtserialport-5.7.1.ebuild index 33c9ede8c178..9bf1e0ee9510 100644 --- a/dev-qt/qtserialport/qtserialport-5.7.1.ebuild +++ b/dev-qt/qtserialport/qtserialport-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 @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Serial port abstraction library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" fi IUSE="" |