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 3194C158042 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 092F5E0943; Tue, 7 Sep 2021 00:09:29 +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 B43EEE093D for ; Tue, 7 Sep 2021 00:09:28 +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 AACB5340DCE 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 DA96BCF 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: <1630973320.4fe1aa02d19b92cf09f4bc46a18992c5efbd7f10.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild X-VCS-Directories: dev-perl/Mail-Transport/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4fe1aa02d19b92cf09f4bc46a18992c5efbd7f10 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: 5c03730b-2d23-4ef8-b601-1c4728d1e46e X-Archives-Hash: 683319df9d74bfc8f93d6283934f03e9 commit: 4fe1aa02d19b92cf09f4bc46a18992c5efbd7f10 Author: Sam James gentoo org> AuthorDate: Tue Sep 7 00:08:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 7 00:08:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe1aa02 dev-perl/Mail-Transport: Stabilize 3.0.0 arm, #803104 Signed-off-by: Sam James gentoo.org> dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild index e8302cdadfa..620143d034d 100644 --- a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild +++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.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="Base class for Email Message Exchange" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ppc64 x86" +KEYWORDS="~alpha amd64 arm arm64 ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"