diff options
author | Markus Meier <maekke@gentoo.org> | 2017-06-15 18:23:27 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-06-15 18:23:27 +0200 |
commit | 309bd18a4bc37d44b868e1eb0b550671c1182e74 (patch) | |
tree | 6a6d69641f225d67b0c6af9e9320a7a349bebeca /dev-perl/autovivification | |
parent | dev-python/markdown: arm stable, bug #606222 (diff) | |
download | gentoo-309bd18a4bc37d44b868e1eb0b550671c1182e74.tar.gz gentoo-309bd18a4bc37d44b868e1eb0b550671c1182e74.tar.bz2 gentoo-309bd18a4bc37d44b868e1eb0b550671c1182e74.zip |
dev-perl/autovivification: add ~arm, bug #620228
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-perl/autovivification')
-rw-r--r-- | dev-perl/autovivification/autovivification-0.160.0.ebuild | 4 |
1 files 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 b6d7b69a7bbb..d24ab0f48e6d 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" |