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 92348139085 for ; Thu, 2 Feb 2017 18:44:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0137C21C1B7; Thu, 2 Feb 2017 18:44:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CC02321C1B7 for ; Thu, 2 Feb 2017 18:44:01 +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 F1134341142 for ; Thu, 2 Feb 2017 18:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D74B93DC5 for ; Thu, 2 Feb 2017 18:43:57 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486060967.22e081e6df1c90d7dc7b6d1e7cc16353925d107b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/restkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/restkit/restkit-4.2.2.ebuild X-VCS-Directories: dev-python/restkit/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 22e081e6df1c90d7dc7b6d1e7cc16353925d107b X-VCS-Branch: master Date: Thu, 2 Feb 2017 18:43:57 +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: 54ab1c32-e56f-4509-bb25-11a62eb29104 X-Archives-Hash: e9da8f4c90c0690c580df4fb09d6ef7a commit: 22e081e6df1c90d7dc7b6d1e7cc16353925d107b Author: David Seifert gentoo org> AuthorDate: Thu Feb 2 18:18:30 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 2 18:42:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e081e6 dev-python/restkit: Remove ppc from KEYWORDS Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3766 dev-python/restkit/restkit-4.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/restkit/restkit-4.2.2.ebuild b/dev-python/restkit/restkit-4.2.2.ebuild index 9c1c038..2126b0d 100644 --- a/dev-python/restkit/restkit-4.2.2.ebuild +++ b/dev-python/restkit/restkit-4.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 ~s390 ~sh x86" +KEYWORDS="amd64 arm ppc64 ~s390 ~sh x86" IUSE="+cli doc examples test" PY27_USEDEP="$(python_gen_usedep python2_7)"