diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 18:31:42 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 19:03:12 +1200 |
commit | 5e0f4368af40e22abb0b114e66396e063db871a4 (patch) | |
tree | b83c03530eb692f75b85cef1f480550bf64550d3 /dev-perl/CPAN-Checksums | |
parent | dev-perl/Data-Compare: Drop ~m68k-mint re bug #673504 (diff) | |
download | gentoo-5e0f4368af40e22abb0b114e66396e063db871a4.tar.gz gentoo-5e0f4368af40e22abb0b114e66396e063db871a4.tar.bz2 gentoo-5e0f4368af40e22abb0b114e66396e063db871a4.zip |
dev-perl/CPAN-Checksums: drop ~m68k-mint re bug #673504
Depends:
- dev-perl/Data-Compare
- dev-perl/Scalar-Properties
Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/CPAN-Checksums')
-rw-r--r-- | dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild index 590669c1f3b5..c089be5baa69 100644 --- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild +++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN" SLOT="0" -KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |