diff options
author | 2017-06-23 07:18:11 +0200 | |
---|---|---|
committer | 2017-06-23 07:19:51 +0200 | |
commit | fb0bad2c49b3fe383bf56a31f12f40acbab710d6 (patch) | |
tree | 887196a2a57a39b1775df7985a03e3f24024c2cf /dev-qt | |
parent | virtual/mpi: keyword ~arm64 (diff) | |
download | gentoo-fb0bad2c49b3fe383bf56a31f12f40acbab710d6.tar.gz gentoo-fb0bad2c49b3fe383bf56a31f12f40acbab710d6.tar.bz2 gentoo-fb0bad2c49b3fe383bf56a31f12f40acbab710d6.zip |
dev-qt/qthelp: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qthelp/qthelp-5.7.1.ebuild b/dev-qt/qthelp/qthelp-5.7.1.ebuild index 70425b883f5a..71c175acbbb5 100644 --- a/dev-qt/qthelp/qthelp-5.7.1.ebuild +++ b/dev-qt/qthelp/qthelp-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="Qt5 module for integrating online documentation into applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" fi IUSE="" |