diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:00:18 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:15 +0100 |
commit | a57c9c64a46963e622f474a06f12df7cc874368d (patch) | |
tree | d1692ec228b5ba93d5ae26d087ae0cb86572a85f /dev-perl/DateTime-Format-Mail | |
parent | dev-perl/DateTime: drop x86-macos (diff) | |
download | gentoo-a57c9c64a46963e622f474a06f12df7cc874368d.tar.gz gentoo-a57c9c64a46963e622f474a06f12df7cc874368d.tar.bz2 gentoo-a57c9c64a46963e622f474a06f12df7cc874368d.zip |
dev-perl/DateTime-Format-Mail: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-Format-Mail')
-rw-r--r-- | dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild index d669e5428fec..cb5d65fd108e 100644 --- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild +++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Convert between DateTime and RFC2822/822 formats" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |