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 02DE9138359 for ; Tue, 18 Aug 2020 05:52:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97336E0895; Tue, 18 Aug 2020 05:52:44 +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 7F100E088F for ; Tue, 18 Aug 2020 05:52:44 +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 DEBF634F4BB for ; Tue, 18 Aug 2020 05:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5D8D339 for ; Tue, 18 Aug 2020 05:52:38 +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: <1597728985.8b0b9ad70af5cf7944782f4d6231752d50da1d5c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcollections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sortedcollections/sortedcollections-0.5.3.ebuild X-VCS-Directories: dev-python/sortedcollections/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b0b9ad70af5cf7944782f4d6231752d50da1d5c X-VCS-Branch: master Date: Tue, 18 Aug 2020 05:52:38 +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: 5ecdb7d6-d255-4f7f-a8c9-13e63bf7e68e X-Archives-Hash: c3d97b68f94675f090b269762b8f642e commit: 8b0b9ad70af5cf7944782f4d6231752d50da1d5c Author: Sam James gentoo org> AuthorDate: Tue Aug 18 05:36:25 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 18 05:36:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0b9ad7 dev-python/sortedcollections: Keyword 0.5.3 arm, #723912 Signed-off-by: Sam James gentoo.org> dev-python/sortedcollections/sortedcollections-0.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild index 6961273db2e..e19def8ba3c 100644 --- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild +++ b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"