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 88319138334 for ; Wed, 8 May 2019 03:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B212E088D; Wed, 8 May 2019 03:03:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 133F0E088D for ; Wed, 8 May 2019 03:03:27 +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 728DD343B66 for ; Wed, 8 May 2019 03:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16FF64F6 for ; Wed, 8 May 2019 03:03:25 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1557284587.4f9af6c4314cca2122e25d6073785a6a919ca612.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-testing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/grpcio-testing/grpcio-testing-1.20.1.ebuild X-VCS-Directories: dev-python/grpcio-testing/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 4f9af6c4314cca2122e25d6073785a6a919ca612 X-VCS-Branch: master Date: Wed, 8 May 2019 03:03:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fba9c4e2-0ac0-4140-9492-ae8070f7ae56 X-Archives-Hash: 2922c8a8f961db6821a4bdbc073763a3 commit: 4f9af6c4314cca2122e25d6073785a6a919ca612 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed May 8 03:03:07 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed May 8 03:03:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9af6c4 dev-python/grpcio-testing: add ~arm64 keyword for 1.20.1 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/grpcio-testing/grpcio-testing-1.20.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/grpcio-testing/grpcio-testing-1.20.1.ebuild b/dev-python/grpcio-testing/grpcio-testing-1.20.1.ebuild index ad6217a42d4..0f6ea523744 100644 --- a/dev-python/grpcio-testing/grpcio-testing-1.20.1.ebuild +++ b/dev-python/grpcio-testing/grpcio-testing-1.20.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND="~dev-python/grpcio-${PV}[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}]