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 8C455139695 for ; Wed, 15 Feb 2017 15:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6042AE0D2E; Wed, 15 Feb 2017 15:06:01 +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 3D65DE0D2E for ; Wed, 15 Feb 2017 15:06:00 +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 E140E34164E for ; Wed, 15 Feb 2017 15:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D6E148CD for ; Wed, 15 Feb 2017 15:05:58 +0000 (UTC) From: "Agostino Sarubbo" 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" Message-ID: <1487171121.4faf17aa06505dcc1d025e558f232e279c4d5431.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 4faf17aa06505dcc1d025e558f232e279c4d5431 X-VCS-Branch: master Date: Wed, 15 Feb 2017 15:05:58 +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: 12f72251-d915-4aa2-a75e-85ffd8c0197d X-Archives-Hash: 0ffbd2a57fc75c63e1eacb4c4d938703 commit: 4faf17aa06505dcc1d025e558f232e279c4d5431 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Feb 15 15:05:21 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Feb 15 15:05:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4faf17aa media-libs/libilbc: amd64 stable wrt bug #608868 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/libilbc/libilbc-2.0.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild index b056c4a0a7..95a366601f 100644 --- a/media-libs/libilbc/libilbc-2.0.2.ebuild +++ b/media-libs/libilbc/libilbc-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,10 +8,10 @@ if [[ ${PV} == 9999 ]] ; then SCM="autotools git-2" EGIT_REPO_URI="https://github.com/TimothyGu/libilbc" SRC_URI="" - KEYWORDS="" + KEYWORDS="amd64" 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