commit: 75a089f189445aa35f5c9d9e3be42d143eeda294 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info> AuthorDate: Sun Jun 28 15:09:58 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 29 06:33:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a089f1
dev-perl/Mouse: arm keyworded (bug #729778) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-perl/Mouse/Mouse-2.4.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Mouse/Mouse-2.4.10.ebuild b/dev-perl/Mouse/Mouse-2.4.10.ebuild index bdfb555d046..723415a04ac 100644 --- a/dev-perl/Mouse/Mouse-2.4.10.ebuild +++ b/dev-perl/Mouse/Mouse-2.4.10.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Moose minus the antlers" SLOT="0" -KEYWORDS="amd64 hppa ~ppc x86" +KEYWORDS="amd64 ~arm hppa ~ppc x86" IUSE="test" RESTRICT="!test? ( test )"