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/qtmultimedia/
Date: Mon, 26 Jun 2017 07:54:22
Message-Id: 1498463369.faa4cf42f395ebcd6f22ae3456d8e71f29ae6984.aballier@gentoo
1 commit: faa4cf42f395ebcd6f22ae3456d8e71f29ae6984
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 07:49:29 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 07:49:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa4cf42
7
8 dev-qt/qtmultimedia: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild b/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild
16 index 9f09836ab60..eb03bb3922a 100644
17 --- a/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild
18 +++ b/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild
19 @@ -7,7 +7,7 @@ inherit qt4-build-multilib
20 DESCRIPTION="The Multimedia module for the Qt toolkit"
21
22 if [[ ${QT4_BUILD_TYPE} == release ]]; then
23 - KEYWORDS="amd64 arm ~ia64 ppc ppc64 x86"
24 + KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86"
25 fi
26
27 IUSE="alsa"