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: Wed, 21 Jun 2017 09:48:01
Message-Id: 1498038347.c3efbf89bb20fd54c5a7bfd64b70355138fd3d3b.aballier@gentoo
1 commit: c3efbf89bb20fd54c5a7bfd64b70355138fd3d3b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 09:45:47 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 09:45:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3efbf89
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-5.7.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild b/dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild
16 index ed197551401..f28d319235b 100644
17 --- a/dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild
18 +++ b/dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -7,7 +7,7 @@ inherit qt5-build
26 DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt5 framework"
27
28 if [[ ${QT5_BUILD_TYPE} == release ]]; then
29 - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
30 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
31 fi
32
33 IUSE="alsa gles2 gstreamer gstreamer010 openal pulseaudio qml widgets"