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 C359A158020 for ; Sun, 25 Dec 2022 17:29:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A986E08F1; Sun, 25 Dec 2022 17:29:47 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01C95E08F1 for ; Sun, 25 Dec 2022 17:29:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 261953410E3 for ; Sun, 25 Dec 2022 17:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B63077F5 for ; Sun, 25 Dec 2022 17:29:43 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1671989358.bc0624749ef45a475f702dc5e5fc3538f4b13822.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bc0624749ef45a475f702dc5e5fc3538f4b13822 X-VCS-Branch: master Date: Sun, 25 Dec 2022 17:29:43 +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: 1554107e-3e17-4ef3-81b7-bd62a11dc674 X-Archives-Hash: c487fbac9ed9a21a7197951995b43726 commit: bc0624749ef45a475f702dc5e5fc3538f4b13822 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 25 17:29:18 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 25 17:29:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc062474 dev-perl/Email-Date-Format: Keyword 1.5.0-r1 arm64, #888119 Signed-off-by: Arthur Zamarin gentoo.org> dev-perl/Email-Date-Format/Email-Date-Format-1.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f44c740b0e2b..32cf5040686f 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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Produce RFC 822 date strings" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" RDEPEND=" >=virtual/perl-Exporter-5.570.0