From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3CBD139697 for ; Wed, 21 Jun 2017 09:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDC8B234016; Wed, 21 Jun 2017 09:48:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF1E5234016 for ; Wed, 21 Jun 2017 09:48:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0ECF341803 for ; Wed, 21 Jun 2017 09:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5596B748E for ; Wed, 21 Jun 2017 09:47:58 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498038347.c3efbf89bb20fd54c5a7bfd64b70355138fd3d3b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtmultimedia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild X-VCS-Directories: dev-qt/qtmultimedia/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c3efbf89bb20fd54c5a7bfd64b70355138fd3d3b X-VCS-Branch: master Date: Wed, 21 Jun 2017 09:47:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 52d7633c-cd30-429f-a027-3457337da79b X-Archives-Hash: 8744ff8476ac39ed6f2147e2227f54cc commit: c3efbf89bb20fd54c5a7bfd64b70355138fd3d3b Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 21 09:45:47 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 21 09:45:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3efbf89 dev-qt/qtmultimedia: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild b/dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild index ed197551401..f28d319235b 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi IUSE="alsa gles2 gstreamer gstreamer010 openal pulseaudio qml widgets"