diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-05 10:07:34 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 10:09:25 -0400 |
commit | c75fc7670fab6b0bf12ca8ca725f90dca25cd67f (patch) | |
tree | ad613143c42e913ff37436ca967f2217bde9ff40 /dev-perl/CPAN-Meta-Check | |
parent | dev-perl/Cpanel-JSON-XS: amd64 stable (diff) | |
download | gentoo-c75fc7670fab6b0bf12ca8ca725f90dca25cd67f.tar.gz gentoo-c75fc7670fab6b0bf12ca8ca725f90dca25cd67f.tar.bz2 gentoo-c75fc7670fab6b0bf12ca8ca725f90dca25cd67f.zip |
dev-perl/CPAN-Meta-Check: amd64 stable
Bug: https://bugs.gentoo.org/652570
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-perl/CPAN-Meta-Check')
-rw-r--r-- | dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild index 28b8ce043230..be685ff6f251 100644 --- a/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild +++ b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Verify requirements in a CPAN::Meta object" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" # CPAN::Meta::Prereqs -> perl-CPAN-Meta |