diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2018-04-07 14:42:53 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-07 18:13:11 +0300 |
commit | 19dbcec323b49551269e24802c9daedcb3e0115b (patch) | |
tree | 8f4292ab2b86d0c2771ea1cd688724debe12fdb1 /dev-perl/Class-Tiny | |
parent | dev-vcs/gitg: add python3.6 compat (diff) | |
download | gentoo-19dbcec323b49551269e24802c9daedcb3e0115b.tar.gz gentoo-19dbcec323b49551269e24802c9daedcb3e0115b.tar.bz2 gentoo-19dbcec323b49551269e24802c9daedcb3e0115b.zip |
dev-perl/Class-Tiny: added ~arm64 keyword (bug 652718)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Class-Tiny')
-rw-r--r-- | dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild b/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild index 423df986af5e..d47a9fe4ae6f 100644 --- a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild +++ b/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 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="Minimalist class construction" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" LICENSE="Apache-2.0" IUSE="test minimal" |