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 3747B139694 for ; Mon, 10 Jul 2017 14:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F3D6214111; Mon, 10 Jul 2017 14:25:39 +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 5174C214111 for ; Mon, 10 Jul 2017 14:25:39 +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 765A33418F6 for ; Mon, 10 Jul 2017 14:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24B6744B for ; Mon, 10 Jul 2017 14:25:36 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499696733.5bf79c96bd4f31ea4a782b22a48f84a050ad651c.aballier@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: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5bf79c96bd4f31ea4a782b22a48f84a050ad651c X-VCS-Branch: master Date: Mon, 10 Jul 2017 14:25:36 +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: a7908313-72e2-45e5-acc5-48fa3eb04f34 X-Archives-Hash: a79433b5acab1afeeb1b3ead4cff9755 commit: 5bf79c96bd4f31ea4a782b22a48f84a050ad651c Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 10 14:25:28 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 10 14:25:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf79c96 dev-python/redis-py: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 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 ecd633e24fd..f0f244bd48c 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 ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=""