diff options
author | Sam James <sam@gentoo.org> | 2021-08-08 00:32:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-08 00:32:53 +0100 |
commit | 02291f1f2907168f1bf5977218b298f33e01b431 (patch) | |
tree | 4a5bc337bd504cd035f42ab10daf16dcb3abe672 /dev-perl/Module-Find | |
parent | dev-perl/Module-Compile: Stabilize 0.380.0 x86, #806641 (diff) | |
download | gentoo-02291f1f2907168f1bf5977218b298f33e01b431.tar.gz gentoo-02291f1f2907168f1bf5977218b298f33e01b431.tar.bz2 gentoo-02291f1f2907168f1bf5977218b298f33e01b431.zip |
dev-perl/Module-Find: Stabilize 0.150.0 x86, #806644
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Module-Find')
-rw-r--r-- | dev-perl/Module-Find/Module-Find-0.150.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild index 7529497091f1..bcc72829713b 100644 --- a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild +++ b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild @@ -10,6 +10,6 @@ inherit perl-module DESCRIPTION="Find and use installed modules in a (sub)category" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 x86 ~x86-solaris" PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t ) |