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 BAB921382C5 for ; Fri, 4 Dec 2020 18:30:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C631AE0980; Fri, 4 Dec 2020 18:30:26 +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 B048DE0980 for ; Fri, 4 Dec 2020 18:30:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 70058340DDF for ; Fri, 4 Dec 2020 18:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEC913A1 for ; Fri, 4 Dec 2020 18:30:23 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1607106594.e161ea9297508d70ecb8dc482b58dbf7c82ed3db.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/absl-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/absl-py/absl-py-0.10.0.ebuild X-VCS-Directories: dev-python/absl-py/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: e161ea9297508d70ecb8dc482b58dbf7c82ed3db X-VCS-Branch: master Date: Fri, 4 Dec 2020 18:30:23 +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: bc452a62-754d-4260-be65-a96f0aeccc56 X-Archives-Hash: ae6310626d2913bb79aff157aff5e958 commit: e161ea9297508d70ecb8dc482b58dbf7c82ed3db Author: Steve Arnold gentoo org> AuthorDate: Fri Dec 4 18:29:54 2020 +0000 Commit: Steve Arnold gentoo org> CommitDate: Fri Dec 4 18:29:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e161ea92 dev-python/absl-py: keyword for arm/arm64 devices Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Steve Arnold gentoo.org> dev-python/absl-py/absl-py-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/absl-py/absl-py-0.10.0.ebuild b/dev-python/absl-py/absl-py-0.10.0.ebuild index 12fccf9e0da..520ea6be65e 100644 --- a/dev-python/absl-py/absl-py-0.10.0.ebuild +++ b/dev-python/absl-py/absl-py-0.10.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/abseil/abseil-py/archive/pypi-v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" RDEPEND="dev-python/six[${PYTHON_USEDEP}]