Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Tiny/
Date: Sat, 07 Apr 2018 15:26:12
Message-Id: 1523113991.19dbcec323b49551269e24802c9daedcb3e0115b.leio@gentoo
1 commit: 19dbcec323b49551269e24802c9daedcb3e0115b
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 13:42:53 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 15:13:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dbcec3
7
8 dev-perl/Class-Tiny: added ~arm64 keyword (bug 652718)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild b/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild
16 index 423df986af5..d47a9fe4ae6 100644
17 --- a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild
18 +++ b/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ inherit perl-module
26 DESCRIPTION="Minimalist class construction"
27
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
31 LICENSE="Apache-2.0"
32 IUSE="test minimal"