diff options
author | Markus Meier <maekke@gentoo.org> | 2017-02-22 22:39:16 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-02-22 22:39:16 +0100 |
commit | 816f523522b072573abe2b8d96cf0b4da0660a67 (patch) | |
tree | 06808f0e80393c241dd0841e7032347d01f7dd5b /dev-perl/B-Hooks-EndOfScope | |
parent | dev-perl/Sub-Identify: add ~arm64, bug #599552 (diff) | |
download | gentoo-816f523522b072573abe2b8d96cf0b4da0660a67.tar.gz gentoo-816f523522b072573abe2b8d96cf0b4da0660a67.tar.bz2 gentoo-816f523522b072573abe2b8d96cf0b4da0660a67.zip |
dev-perl/B-Hooks-EndOfScope: add ~arm64, bug #599552
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-perl/B-Hooks-EndOfScope')
-rw-r--r-- | dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild index 50c137056533..e62a104c5719 100644 --- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild +++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Execute code after a scope finished compilation" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd ~x64-macos" IUSE="test" RDEPEND=" |