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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA389158087 for ; Sat, 5 Feb 2022 06:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B69F2BC010; Sat, 5 Feb 2022 06:34:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D92D12BC00F for ; Sat, 5 Feb 2022 06:34:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE865342E19 for ; Sat, 5 Feb 2022 06:34:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02C632C8 for ; Sat, 5 Feb 2022 06:34:13 +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: <1644042737.0bcd6005e132517133a144e28a77fff581d0eb17.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Date-Format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Email-Date-Format/Email-Date-Format-1.5.0-r1.ebuild X-VCS-Directories: dev-perl/Email-Date-Format/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0bcd6005e132517133a144e28a77fff581d0eb17 X-VCS-Branch: master Date: Sat, 5 Feb 2022 06:34:13 +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: df8a7f8d-0e88-4fb6-adb4-e782fb974d77 X-Archives-Hash: 2eca50254014bfa6903c27eb411bd41c commit: 0bcd6005e132517133a144e28a77fff581d0eb17 Author: Sam James gentoo org> AuthorDate: Sat Feb 5 06:32:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 5 06:32:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcd6005 dev-perl/Email-Date-Format: Keyword 1.5.0-r1 arm, #832493 Signed-off-by: Sam James gentoo.org> dev-perl/Email-Date-Format/Email-Date-Format-1.5.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Email-Date-Format/Email-Date-Format-1.5.0-r1.ebuild b/dev-perl/Email-Date-Format/Email-Date-Format-1.5.0-r1.ebuild index 9616ace662d2..9de5f9f181d1 100644 --- a/dev-perl/Email-Date-Format/Email-Date-Format-1.5.0-r1.ebuild +++ b/dev-perl/Email-Date-Format/Email-Date-Format-1.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Produce RFC 822 date strings" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" RDEPEND=" >=virtual/perl-Exporter-5.570.0