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 D5D8F1388C1 for ; Sat, 20 Feb 2016 12:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C691A21C11F; 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 4B3E321C11F 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 70961340D7E 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 580A215F 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.b2c169f188f1802adf3fd1bbe0722426e2281bfe.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ccrtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ccrtp/ccrtp-2.0.9.ebuild X-VCS-Directories: net-libs/ccrtp/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: b2c169f188f1802adf3fd1bbe0722426e2281bfe 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: 92e9e930-2a97-4500-8676-a95481d78221 X-Archives-Hash: e8e43591efe5526430c62742ae6f8a63 commit: b2c169f188f1802adf3fd1bbe0722426e2281bfe Author: Patrick Lauer gentoo org> AuthorDate: Sat Feb 20 11:54:40 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=b2c169f1 net-libs/ccrtp: Drop stable ppc keywords Package-Manager: portage-2.2.27 net-libs/ccrtp/ccrtp-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ccrtp/ccrtp-2.0.9.ebuild b/net-libs/ccrtp/ccrtp-2.0.9.ebuild index 230c8a4..66cd827 100644 --- a/net-libs/ccrtp/ccrtp-2.0.9.ebuild +++ b/net-libs/ccrtp/ccrtp-2.0.9.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport prot HOMEPAGE="https://www.gnu.org/software/ccrtp/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" LICENSE="GPL-2" IUSE="doc" SLOT="0/2"