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 4BCDA139694 for ; Thu, 23 Feb 2017 09:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 560C4E0DC2; Thu, 23 Feb 2017 09:08:34 +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 35B2FE0DC2 for ; Thu, 23 Feb 2017 09:08:34 +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 37E10341616 for ; Thu, 23 Feb 2017 09:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D8D551A5 for ; Thu, 23 Feb 2017 09:08:31 +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: <1487840897.1e5cf7231f26c78f8e7e4758e3a1c6d8b14d47fc.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/asterisk/asterisk-11.25.1.ebuild net-misc/asterisk/asterisk-13.13.1.ebuild X-VCS-Directories: net-misc/asterisk/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 1e5cf7231f26c78f8e7e4758e3a1c6d8b14d47fc X-VCS-Branch: master Date: Thu, 23 Feb 2017 09:08:31 +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: 337cfaa9-0896-4fcd-8845-cf354a7072f2 X-Archives-Hash: 409589dbe07e341513f72a5dafa1b3b4 commit: 1e5cf7231f26c78f8e7e4758e3a1c6d8b14d47fc Author: Michael Weber gentoo org> AuthorDate: Thu Feb 23 09:08:17 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Feb 23 09:08:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5cf723 net-misc/asterisk: Add ~ppc64 keyword (bug 413543). Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-misc/asterisk/asterisk-11.25.1.ebuild | 4 ++-- net-misc/asterisk/asterisk-13.13.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/asterisk/asterisk-11.25.1.ebuild b/net-misc/asterisk/asterisk-11.25.1.ebuild index fb7c4b9af2..1f6ebb43fb 100644 --- a/net-misc/asterisk/asterisk-11.25.1.ebuild +++ b/net-misc/asterisk/asterisk-11.25.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.t mirror://gentoo/gentoo-asterisk-patchset-3.17.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE_VOICEMAIL_STORAGE=" +voicemail_storage_file diff --git a/net-misc/asterisk/asterisk-13.13.1.ebuild b/net-misc/asterisk/asterisk-13.13.1.ebuild index b1debdef08..c4294edb71 100644 --- a/net-misc/asterisk/asterisk-13.13.1.ebuild +++ b/net-misc/asterisk/asterisk-13.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.t mirror://gentoo/gentoo-asterisk-patchset-4.04.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE_VOICEMAIL_STORAGE=" +voicemail_storage_file