diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:34:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:56:28 +0000 |
commit | c5acbf21148822919fa25e8a25027bb2a1412c4a (patch) | |
tree | d2cfa0b309976e005643ffea6fd59c6a87623a7f /dev-perl/Mail-SPF | |
parent | dev-perl/Mail-DKIM: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-c5acbf21148822919fa25e8a25027bb2a1412c4a.tar.gz gentoo-c5acbf21148822919fa25e8a25027bb2a1412c4a.tar.bz2 gentoo-c5acbf21148822919fa25e8a25027bb2a1412c4a.zip |
dev-perl/Mail-SPF: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Mail-SPF')
-rw-r--r-- | dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild index b87b7569d716..e68b9ca728f4 100644 --- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild +++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.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 @@ -12,7 +12,7 @@ DESCRIPTION="An object-oriented implementation of Sender Policy Framework" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |