Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qthelp/
Date: Mon, 26 Jun 2017 07:54:17
Message-Id: 1498463343.6a64da34276e9f8273545fb6a05cc3f4acde39fb.aballier@gentoo
1 commit: 6a64da34276e9f8273545fb6a05cc3f4acde39fb
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 07:49:03 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 07:49:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a64da34
7
8 dev-qt/qthelp: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-qt/qthelp/qthelp-4.8.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qthelp/qthelp-4.8.7.ebuild b/dev-qt/qthelp/qthelp-4.8.7.ebuild
16 index 43404044740..0587f38e146 100644
17 --- a/dev-qt/qthelp/qthelp-4.8.7.ebuild
18 +++ b/dev-qt/qthelp/qthelp-4.8.7.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI+="
20 )"
21
22 if [[ ${QT4_BUILD_TYPE} == release ]]; then
23 - KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
24 + KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
25 fi
26
27 IUSE="compat doc"