diff options
author | Markus Meier <maekke@gentoo.org> | 2017-12-22 06:17:39 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-12-22 06:17:39 +0100 |
commit | 2bd51452a9126049544dd3933b66b66b12a0729f (patch) | |
tree | 6c780929cc8b9c4b9a3b0f973f0098a3235fafe6 /dev-perl/Sub-Info | |
parent | dev-perl/Importer: add ~arm64, bug #633932 (diff) | |
download | gentoo-2bd51452a9126049544dd3933b66b66b12a0729f.tar.gz gentoo-2bd51452a9126049544dd3933b66b66b12a0729f.tar.bz2 gentoo-2bd51452a9126049544dd3933b66b66b12a0729f.zip |
dev-perl/Sub-Info: add ~arm64, bug #633932
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-perl/Sub-Info')
-rw-r--r-- | dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild b/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild index 104de82cef77..b8a5fe6775bc 100644 --- a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild +++ b/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Tool for inspecting subroutines" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND=" |