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 9A728138A56 for ; Thu, 24 Jun 2021 23:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9650DE08CE; Thu, 24 Jun 2021 23:57:59 +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 DA3EBE08CD for ; Thu, 24 Jun 2021 23:57:58 +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 73B1F340955 for ; Thu, 24 Jun 2021 23:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB7C7B6 for ; Thu, 24 Jun 2021 23:57:56 +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: <1624579003.4f17763fa2be806802bf4ff72382b7588e2741d5.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: 4f17763fa2be806802bf4ff72382b7588e2741d5 X-VCS-Branch: master Date: Thu, 24 Jun 2021 23:57:56 +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: cbfee1a5-8a41-41bc-87fa-fc242331f1ae X-Archives-Hash: 17af8aac263b27e215fc3c7e5dd59126 commit: 4f17763fa2be806802bf4ff72382b7588e2741d5 Author: Sam James gentoo org> AuthorDate: Thu Jun 24 23:56:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 24 23:56:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f17763f dev-perl/Inline-C: Keyword 0.810.0 arm, #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 59964a6cb87..df227bd07c4 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 ~ia64 ~ppc ~ppc64 ~sparc" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc" IUSE="test" RESTRICT="!test? ( test )"