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 E09DF139694 for ; Wed, 22 Feb 2017 13:15:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A7FCE0D45; Wed, 22 Feb 2017 13:15:08 +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 173D8E0D42 for ; Wed, 22 Feb 2017 13:15:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D499E33BF1C for ; Wed, 22 Feb 2017 13:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FDE450B0 for ; Wed, 22 Feb 2017 13:15:04 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487769277.c5381b54b678755a3b5ce379b2f4151a51794e45.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libilbc/libilbc-2.0.2.ebuild X-VCS-Directories: media-libs/libilbc/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: c5381b54b678755a3b5ce379b2f4151a51794e45 X-VCS-Branch: master Date: Wed, 22 Feb 2017 13:15:04 +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: c8bd1cfb-21f4-467a-858b-01c79858e606 X-Archives-Hash: 4774a15293e164812f53dc79016a6b51 commit: c5381b54b678755a3b5ce379b2f4151a51794e45 Author: Michael Weber gentoo org> AuthorDate: Wed Feb 22 13:14:37 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Feb 22 13:14:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5381b54 media-libs/libilbc: ppc stable (bug 608868). Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/libilbc/libilbc-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild index 43bf2163ed..82d299bf2b 100644 --- a/media-libs/libilbc/libilbc-2.0.2.ebuild +++ b/media-libs/libilbc/libilbc-2.0.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then SRC_URI="" else SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2" - KEYWORDS="amd64 ~arm ~ppc ppc64 x86" + KEYWORDS="amd64 ~arm ppc ppc64 x86" fi inherit eutils multilib ${SCM} autotools-multilib