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 6149F13835A for ; Tue, 13 Oct 2020 18:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D193E088F; Tue, 13 Oct 2020 18:06:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5751AE088F for ; Tue, 13 Oct 2020 18:06:15 +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 1C82D335D8E for ; Tue, 13 Oct 2020 18:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 894F13A4 for ; Tue, 13 Oct 2020 18:06:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602612227.929ad8303257db1bfcfd547620e0d6ca88ec44fa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rope/rope-0.17.0.ebuild X-VCS-Directories: dev-python/rope/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 929ad8303257db1bfcfd547620e0d6ca88ec44fa X-VCS-Branch: master Date: Tue, 13 Oct 2020 18:06:12 +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: c0aab1a3-2e59-4eb0-8d51-4723d11a9e00 X-Archives-Hash: 1b16257b651860aa5e3612529715b248 commit: 929ad8303257db1bfcfd547620e0d6ca88ec44fa Author: Sam James gentoo org> AuthorDate: Tue Oct 13 18:03:47 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 13 18:03:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929ad830 dev-python/rope: Keyword 0.17.0 arm64, #747751 Signed-off-by: Sam James gentoo.org> dev-python/rope/rope-0.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rope/rope-0.17.0.ebuild b/dev-python/rope/rope-0.17.0.ebuild index 29135b931bc..1933bb3cbd8 100644 --- a/dev-python/rope/rope-0.17.0.ebuild +++ b/dev-python/rope/rope-0.17.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc"