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 C8ACE139083 for ; Thu, 23 Feb 2017 08:59:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3A92E0D1D; Thu, 23 Feb 2017 08:59:07 +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 8E9C3E0D1D for ; Thu, 23 Feb 2017 08:59:07 +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 B5C3E341616 for ; Thu, 23 Feb 2017 08:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB1EA51A2 for ; Thu, 23 Feb 2017 08:59: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: <1487840330.41f976919f3a8e5a7a6419cf340d2d38099f4128.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-core-sounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/asterisk-core-sounds/asterisk-core-sounds-1.4.22.ebuild X-VCS-Directories: net-misc/asterisk-core-sounds/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 41f976919f3a8e5a7a6419cf340d2d38099f4128 X-VCS-Branch: master Date: Thu, 23 Feb 2017 08:59: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: 552ae7e9-9049-4ce0-94bb-340602137be8 X-Archives-Hash: 9d63dbdd8b137a5f750fa5c9fbb36d40 commit: 41f976919f3a8e5a7a6419cf340d2d38099f4128 Author: Michael Weber gentoo org> AuthorDate: Thu Feb 23 08:46:17 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Feb 23 08:58:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f97691 net-misc/asterisk-core-sounds: Add ~ppc ~ppc64 keywords (bug 413543). Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-misc/asterisk-core-sounds/asterisk-core-sounds-1.4.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.4.22.ebuild b/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.4.22.ebuild index 017a3885b1..7a2679810b 100644 --- a/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.4.22.ebuild +++ b/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.4.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,7 +26,7 @@ done LICENSE="CC-BY-SA-3.0" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" DEPEND=">=net-misc/asterisk-1.4"