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 D54221396D1 for ; Mon, 28 Aug 2017 20:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17A471FC055; Mon, 28 Aug 2017 20:44:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECE5D1FC055 for ; Mon, 28 Aug 2017 20:44:33 +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 2CDC733BE61 for ; Mon, 28 Aug 2017 20:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28E3F85F9 for ; Mon, 28 Aug 2017 20:44:30 +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: <1503952996.d19d612638ce51fc3e4a8e9c5a7d77b3750fc36c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jmespath/jmespath-0.9.3.ebuild X-VCS-Directories: dev-python/jmespath/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d19d612638ce51fc3e4a8e9c5a7d77b3750fc36c X-VCS-Branch: master Date: Mon, 28 Aug 2017 20:44:30 +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: 0dc7d30b-85e9-421e-9523-978dffcf1152 X-Archives-Hash: c291a13d6caece7a96f1c29c2912a1c7 commit: d19d612638ce51fc3e4a8e9c5a7d77b3750fc36c Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 28 20:43:16 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 28 20:43:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19d6126 dev-python/jmespath: keyword ~arm64 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/jmespath/jmespath-0.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jmespath/jmespath-0.9.3.ebuild b/dev-python/jmespath/jmespath-0.9.3.ebuild index 1c628c12fd1..d693ef491e6 100644 --- a/dev-python/jmespath/jmespath-0.9.3.ebuild +++ b/dev-python/jmespath/jmespath-0.9.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="