diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-22 16:54:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-22 16:57:39 +0300 |
commit | 908533f8c527bc5e5cf14b5671e2a8e86403c45d (patch) | |
tree | 5dd5ea54874edcf529eca5b74888a79ff96669ce /dev-perl/strictures | |
parent | dev-perl/multidimensional: Add ~arm keyword wrt bug #690140 (diff) | |
download | gentoo-908533f8c527bc5e5cf14b5671e2a8e86403c45d.tar.gz gentoo-908533f8c527bc5e5cf14b5671e2a8e86403c45d.tar.bz2 gentoo-908533f8c527bc5e5cf14b5671e2a8e86403c45d.zip |
dev-perl/strictures: Add ~arm keyword wrt bug #690140
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="~arm"
Diffstat (limited to 'dev-perl/strictures')
-rw-r--r-- | dev-perl/strictures/strictures-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/strictures/strictures-2.0.3.ebuild b/dev-perl/strictures/strictures-2.0.3.ebuild index a9bd13c2b2b3..458303f195ce 100644 --- a/dev-perl/strictures/strictures-2.0.3.ebuild +++ b/dev-perl/strictures/strictures-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Turn on strict and make most warnings fatal" SLOT="0" -KEYWORDS="amd64 hppa ppc 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 ~arm hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test minimal" RDEPEND=" |