diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 09:49:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 09:49:03 +0200 |
commit | 6a64da34276e9f8273545fb6a05cc3f4acde39fb (patch) | |
tree | 86f962647579dccfdbd18ae3b69782d271e1d664 /dev-qt/qthelp | |
parent | dev-perl/Filesys-SmbClient: Remove old re bug #581338 (diff) | |
download | gentoo-6a64da34276e9f8273545fb6a05cc3f4acde39fb.tar.gz gentoo-6a64da34276e9f8273545fb6a05cc3f4acde39fb.tar.bz2 gentoo-6a64da34276e9f8273545fb6a05cc3f4acde39fb.zip |
dev-qt/qthelp: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-qt/qthelp')
-rw-r--r-- | dev-qt/qthelp/qthelp-4.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qthelp/qthelp-4.8.7.ebuild b/dev-qt/qthelp/qthelp-4.8.7.ebuild index 434040447405..0587f38e146e 100644 --- a/dev-qt/qthelp/qthelp-4.8.7.ebuild +++ b/dev-qt/qthelp/qthelp-4.8.7.ebuild @@ -12,7 +12,7 @@ SRC_URI+=" )" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" + KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86" fi IUSE="compat doc" |