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 9EFCA139336 for ; Sat, 26 Jun 2021 01:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DC93E089A; Sat, 26 Jun 2021 01:34:57 +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 5670DE0898 for ; Sat, 26 Jun 2021 01:34:57 +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 5E8A6340871 for ; Sat, 26 Jun 2021 01:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C98A7C5 for ; Sat, 26 Jun 2021 01:34:52 +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: <1624669396.74ba2e06e12961d56d8e38a42429dcd93360e246.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-C/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Inline-C/Inline-C-0.810.0.ebuild X-VCS-Directories: dev-perl/Inline-C/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74ba2e06e12961d56d8e38a42429dcd93360e246 X-VCS-Branch: master Date: Sat, 26 Jun 2021 01:34:52 +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: 2f226fe0-8c0d-4758-8683-adceea93447c X-Archives-Hash: d9d6dabe2f7b3020f18d576fab371323 commit: 74ba2e06e12961d56d8e38a42429dcd93360e246 Author: Sam James gentoo org> AuthorDate: Sat Jun 26 01:03:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 26 01:03:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ba2e06 dev-perl/Inline-C: Keyword 0.810.0 arm64, #796788 Signed-off-by: Sam James gentoo.org> dev-perl/Inline-C/Inline-C-0.810.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Inline-C/Inline-C-0.810.0.ebuild b/dev-perl/Inline-C/Inline-C-0.810.0.ebuild index df227bd07c4..816e296b8ba 100644 --- a/dev-perl/Inline-C/Inline-C-0.810.0.ebuild +++ b/dev-perl/Inline-C/Inline-C-0.810.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="C Language Support for Inline" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc" IUSE="test" RESTRICT="!test? ( test )"