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 0B019139694 for ; Sat, 29 Apr 2017 12:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A2F7E0AF0; Sat, 29 Apr 2017 12:30:10 +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 13393E0AF0 for ; Sat, 29 Apr 2017 12:30:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 335563416A8 for ; Sat, 29 Apr 2017 12:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D29D730C for ; Sat, 29 Apr 2017 12:29:59 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1493468988.9695c49cce5694b2aed680a320cc096155f47d32.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/redis-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/redis-py/redis-py-2.10.5.ebuild X-VCS-Directories: dev-python/redis-py/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9695c49cce5694b2aed680a320cc096155f47d32 X-VCS-Branch: master Date: Sat, 29 Apr 2017 12:29:59 +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: 0f411bf6-87e7-4940-9d09-9fed0b0451e1 X-Archives-Hash: 717d49e6fef44783df87cf72d2474123 commit: 9695c49cce5694b2aed680a320cc096155f47d32 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Apr 29 12:29:48 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Apr 29 12:29:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9695c49c dev-python/redis-py: Stable for HPPA (bug #613372). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches dev-python/redis-py/redis-py-2.10.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/redis-py/redis-py-2.10.5.ebuild b/dev-python/redis-py/redis-py-2.10.5.ebuild index b4999d15e04..ecd633e24fd 100644 --- a/dev-python/redis-py/redis-py-2.10.5.ebuild +++ b/dev-python/redis-py/redis-py-2.10.5.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=""