diff options
author | Sam James <sam@gentoo.org> | 2021-09-07 01:08:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-07 01:08:40 +0100 |
commit | 4fe1aa02d19b92cf09f4bc46a18992c5efbd7f10 (patch) | |
tree | bb47b1f4cfd8643148c560298094d89d7160abd8 /dev-perl | |
parent | dev-perl/Mail-Message: Stabilize 3.2.0 arm, #803104 (diff) | |
download | gentoo-4fe1aa02d19b92cf09f4bc46a18992c5efbd7f10.tar.gz gentoo-4fe1aa02d19b92cf09f4bc46a18992c5efbd7f10.tar.bz2 gentoo-4fe1aa02d19b92cf09f4bc46a18992c5efbd7f10.zip |
dev-perl/Mail-Transport: Stabilize 3.0.0 arm, #803104
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild | 4 |
1 files 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 e8302cdadfa8..620143d034dc 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 )" |