diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 22:15:46 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 22:51:57 +1200 |
commit | af322186abdb30c51690f8b18a2ec3c400228b29 (patch) | |
tree | 705307d05b068da711f6e23a86f57ff68b800c77 /dev-perl/CPAN-Checksums | |
parent | dev-perl/Data-Perl: Drop {x,sparc}64-solaris re bug #673504 (diff) | |
download | gentoo-af322186abdb30c51690f8b18a2ec3c400228b29.tar.gz gentoo-af322186abdb30c51690f8b18a2ec3c400228b29.tar.bz2 gentoo-af322186abdb30c51690f8b18a2ec3c400228b29.zip |
dev-perl/CPAN-Checksums: Drop various prefixes due to 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 | 2 |
1 files changed, 1 insertions, 1 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 c089be5baa69..5c7adb46e11f 100644 --- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild +++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild @@ -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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RESTRICT="!test? ( test )" |