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 41B76138359 for ; Thu, 16 Jul 2020 04:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD06E086F; Thu, 16 Jul 2020 04:18:20 +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 42768E086F for ; Thu, 16 Jul 2020 04:18:20 +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 3F2E334F0A1 for ; Thu, 16 Jul 2020 04:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A997E2DE for ; Thu, 16 Jul 2020 04:18:16 +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: <1594872906.d16c1381b16753e9eb70555f042de161c4debb00.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathspec/pathspec-0.8.0.ebuild X-VCS-Directories: dev-python/pathspec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d16c1381b16753e9eb70555f042de161c4debb00 X-VCS-Branch: master Date: Thu, 16 Jul 2020 04:18:16 +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: 2e15c7ca-3010-428f-aa7a-05d056f211f8 X-Archives-Hash: 03a249a112d1959513cb27c3fe72a866 commit: d16c1381b16753e9eb70555f042de161c4debb00 Author: Sam James gentoo org> AuthorDate: Thu Jul 16 04:15:06 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 16 04:15:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16c1381 dev-python/pathspec: arm64 stable (bug #732492) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/pathspec/pathspec-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pathspec/pathspec-0.8.0.ebuild b/dev-python/pathspec/pathspec-0.8.0.ebuild index a6a77236c4a..0aa51783dcd 100644 --- a/dev-python/pathspec/pathspec-0.8.0.ebuild +++ b/dev-python/pathspec/pathspec-0.8.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86" IUSE="" distutils_enable_tests setup.py