From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-955753-garchives=archives.gentoo.org@lists.gentoo.org>
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 F0BB7139694
	for <garchives@archives.gentoo.org>; Fri, 16 Jun 2017 10:10:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 232C1E0D91;
	Fri, 16 Jun 2017 10:10:13 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 EFDEDE0D91
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Jun 2017 10:10:12 +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 A4575341686
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Jun 2017 10:10:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CA36746A
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Jun 2017 10:10:10 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
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" <aballier@gentoo.org>
Message-ID: <1497607005.10dc5bf108936c557ed1071a34a700351397af61.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/opus/opus-1.1.5.ebuild media-libs/opus/opus-1.2_beta.ebuild
X-VCS-Directories: media-libs/opus/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: 10dc5bf108936c557ed1071a34a700351397af61
X-VCS-Branch: master
Date: Fri, 16 Jun 2017 10:10:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 9c1a0bfb-394b-47a7-8fe3-7ac7bd35a730
X-Archives-Hash: 59f4b1a2ecb7dfcfb7308129dba864d7

commit:     10dc5bf108936c557ed1071a34a700351397af61
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 09:56:45 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 09:56:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10dc5bf1

media-libs/opus: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/opus/opus-1.1.5.ebuild    | 2 +-
 media-libs/opus/opus-1.2_beta.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/opus/opus-1.1.5.ebuild b/media-libs/opus/opus-1.1.5.ebuild
index d297f50f18f..1fadceaec8e 100644
--- a/media-libs/opus/opus-1.1.5.ebuild
+++ b/media-libs/opus/opus-1.1.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 else
 	SRC_URI="https://archive.mozilla.org/pub/${PN}/${P}.tar.gz
 		http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="Open codec designed for internet transmission of interactive speech and audio"

diff --git a/media-libs/opus/opus-1.2_beta.ebuild b/media-libs/opus/opus-1.2_beta.ebuild
index f863dd1233f..d832199ea08 100644
--- a/media-libs/opus/opus-1.2_beta.ebuild
+++ b/media-libs/opus/opus-1.2_beta.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 else
 	SRC_URI="https://github.com/xiph/opus/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
 	if [[ "${PV}" != *_alpha* ]] &&  [[ "${PV}" != *_beta* ]] ; then
-		KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+		KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 	fi
 fi