From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DE151388C0 for ; Sat, 20 Feb 2016 12:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC7C21C121; Sat, 20 Feb 2016 12:00:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7932C21C121 for ; Sat, 20 Feb 2016 12:00:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E7C0340D3A for ; Sat, 20 Feb 2016 12:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A4338EA for ; Sat, 20 Feb 2016 11:59:56 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455969540.ef13d4e68fda9095c9cca28108ea7803a0fe0dc9.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libzrtpcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild X-VCS-Directories: net-libs/libzrtpcpp/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: ef13d4e68fda9095c9cca28108ea7803a0fe0dc9 X-VCS-Branch: master Date: Sat, 20 Feb 2016 11:59:56 +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: 882e63c1-f673-4b0a-a9b4-54fb35d53cd6 X-Archives-Hash: f66188ecaccd1db7977f9e0a6706d927 commit: ef13d4e68fda9095c9cca28108ea7803a0fe0dc9 Author: Patrick Lauer gentoo org> AuthorDate: Sat Feb 20 11:55:31 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Feb 20 11:59:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef13d4e6 net-libs/libzrtpcpp: Drop stable ppc keywords Package-Manager: portage-2.2.27 net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild index 044db2a..4f71ea2 100644 --- a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild +++ b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild @@ -9,7 +9,7 @@ inherit cmake-utils DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann" HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP" SRC_URI="mirror://gnu/ccrtp/${P}.tar.gz" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" LICENSE="GPL-3" IUSE="" SLOT="0"