From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-917971-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 46DF0139085
	for <garchives@archives.gentoo.org>; Mon, 19 Dec 2016 15:12:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C1418224203;
	Mon, 19 Dec 2016 15:12:37 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 A02A3224203
	for <gentoo-commits@lists.gentoo.org>; Mon, 19 Dec 2016 15:12:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D1242341130
	for <gentoo-commits@lists.gentoo.org>; Mon, 19 Dec 2016 15:12:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B8DF024EA
	for <gentoo-commits@lists.gentoo.org>; Mon, 19 Dec 2016 15:12:22 +0000 (UTC)
From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org>
Message-ID: <1482160331.6e0c7a728363d0264001302c3163dc2acefe1bb5.ago@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.3.ebuild
X-VCS-Directories: media-libs/opus/
X-VCS-Committer: ago
X-VCS-Committer-Name: Agostino Sarubbo
X-VCS-Revision: 6e0c7a728363d0264001302c3163dc2acefe1bb5
X-VCS-Branch: master
Date: Mon, 19 Dec 2016 15:12:22 +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: bd93f668-44a7-41a2-a15a-b139ed67bb15
X-Archives-Hash: 8c5b368d3683d156c35c41037a564529

commit:     6e0c7a728363d0264001302c3163dc2acefe1bb5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 15:10:31 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 15:12:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0c7a72

media-libs/opus: ia64 stable wrt bug #602086

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/opus/opus-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/opus/opus-1.1.3.ebuild b/media-libs/opus/opus-1.1.3.ebuild
index 2d249b2..4c7aa33 100644
--- a/media-libs/opus/opus-1.1.3.ebuild
+++ b/media-libs/opus/opus-1.1.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 	EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
 else
 	SRC_URI="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 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet"