From: Roy Bamford Date: Sat, 7 Apr 2018 13:56:02 +0000 (+0100) Subject: dev-perl/Scope-Guard: added ~arm64 keyword (Bug 652718) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f3a9c067d6d137683738a2d9df7dd32a46d0e4c2;p=gentoo.git dev-perl/Scope-Guard: added ~arm64 keyword (Bug 652718) Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild index 3eed8d5b7502..e647b13568b1 100644 --- a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild +++ b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Lexically scoped resource management" SLOT="0" -KEYWORDS="amd64 ~mips ppc x86 ~ppc-aix ~x86-solaris" +KEYWORDS="amd64 ~arm64 ~mips ppc x86 ~ppc-aix ~x86-solaris" IUSE="test" RDEPEND=""