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/qtgraphicaleffects/
Date: Tue, 25 Jul 2017 18:14:12
Message-Id: 1501006436.ad187dbf0c5f7c8ab3319b22ef7ac47eca943f4d.aballier@gentoo
1 commit: ad187dbf0c5f7c8ab3319b22ef7ac47eca943f4d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 25 18:10:03 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 25 18:13:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad187dbf
7
8 dev-qt/qtgraphicaleffects: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.7.1.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.7.1.ebuild
16 index 48655004a9e..916da510e99 100644
17 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.7.1.ebuild
18 +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.7.1.ebuild
19 @@ -8,7 +8,7 @@ inherit qt5-build
20 DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
21
22 if [[ ${QT5_BUILD_TYPE} == release ]]; then
23 - KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
24 + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86"
25 fi
26
27 IUSE=""