commit: 309bd18a4bc37d44b868e1eb0b550671c1182e74 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Thu Jun 15 16:23:27 2017 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Thu Jun 15 16:23:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309bd18a
dev-perl/autovivification: add ~arm, bug #620228 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-perl/autovivification/autovivification-0.160.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/autovivification/autovivification-0.160.0.ebuild b/dev-perl/autovivification/autovivification-0.160.0.ebuild index b6d7b69a7bb..d24ab0f48e6 100644 --- a/dev-perl/autovivification/autovivification-0.160.0.ebuild +++ b/dev-perl/autovivification/autovivification-0.160.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_AUTHOR=VPIT @@ -8,7 +8,7 @@ inherit perl-module DESCRIPTION="Lexically disable autovivification" LICENSE=" || ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="" RDEPEND="virtual/perl-XSLoader"