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 55F92139083 for ; Fri, 30 Jun 2017 04:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3170A27401C; Fri, 30 Jun 2017 04:58:56 +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 0DCA127401D for ; Fri, 30 Jun 2017 04:58:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BF11434188E for ; Fri, 30 Jun 2017 04:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE05774B1 for ; Fri, 30 Jun 2017 04:58:50 +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: <1498798652.fb582e79486be9c2dedf42f44c924f5635ac88c2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-faad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild X-VCS-Directories: media-plugins/gst-plugins-faad/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: fb582e79486be9c2dedf42f44c924f5635ac88c2 X-VCS-Branch: master Date: Fri, 30 Jun 2017 04:58:50 +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: 669324bb-8a35-4f60-b67c-210e04711a02 X-Archives-Hash: 7bf0af2e0fd39399d015f460db2f5f32 commit: fb582e79486be9c2dedf42f44c924f5635ac88c2 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 30 04:57:32 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 30 04:57:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb582e79 media-plugins/gst-plugins-faad: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-plugins/gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild index 2366a4c5f27..c159214cd79 100644 --- a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild +++ b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPTION="AAC audio decoder plugin." -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}]"