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 AF6BE139695 for ; Wed, 22 Feb 2017 13:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52026E0D42; 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 2EC1BE0D42 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 C3CC733BEFC 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 3C67E5097 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: <1487768957.93118609d46f75ed20e616e9c36de1d98c18a6a6.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: 93118609d46f75ed20e616e9c36de1d98c18a6a6 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: c75bdf1c-3ee4-4cf0-8bb4-b1b4a5e74f02 X-Archives-Hash: e0edf6b5c79c2d079c9c5694e7f2edd0 commit: 93118609d46f75ed20e616e9c36de1d98c18a6a6 Author: Michael Weber gentoo org> AuthorDate: Wed Feb 22 13:09:17 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Feb 22 13:09:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93118609 media-libs/libilbc: ppc64 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 52c8753a5e..43bf2163ed 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