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 1CE63158041 for ; Tue, 7 Sep 2021 00:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD254E0938; Tue, 7 Sep 2021 00:09:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B287FE0938 for ; Tue, 7 Sep 2021 00:09:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9EED0340DA1 for ; Tue, 7 Sep 2021 00:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EECDFD0 for ; Tue, 7 Sep 2021 00:09:24 +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: <1630973321.cb721b7730af5a9dba39fdf187884cc67ec94c53.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box-IMAP4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild X-VCS-Directories: dev-perl/Mail-Box-IMAP4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb721b7730af5a9dba39fdf187884cc67ec94c53 X-VCS-Branch: master Date: Tue, 7 Sep 2021 00:09:24 +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: a2a6252f-b0fa-4029-aa16-38715e8e8c4d X-Archives-Hash: 0a37678b0ea8d78a5fa968b3382306de commit: cb721b7730af5a9dba39fdf187884cc67ec94c53 Author: Sam James gentoo org> AuthorDate: Tue Sep 7 00:08:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 7 00:08:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb721b77 dev-perl/Mail-Box-IMAP4: Stabilize 3.2.0 arm, #803104 Signed-off-by: Sam James gentoo.org> dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild index d79dac2e503..f6830333ed5 100644 --- a/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild +++ b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Mail::Box connector via IMAP4" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ppc64 x86" +KEYWORDS="~alpha amd64 arm arm64 ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"