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/HTML-Template/
Date: Tue, 28 Apr 2020 21:13:37
Message-Id: 1588108357.aa95edc076b59318a2a77bdde159c69270cae168.leio@gentoo
1 commit: aa95edc076b59318a2a77bdde159c69270cae168
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Tue Apr 28 21:08:07 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 21:12:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa95edc0
7
8 dev-perl/HTML-Template: arm64 keyworded (bug #708772)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-perl/HTML-Template/HTML-Template-2.970.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/HTML-Template/HTML-Template-2.970.0.ebuild b/dev-perl/HTML-Template/HTML-Template-2.970.0.ebuild
18 index bb9eefe307f..852ebfe5356 100644
19 --- a/dev-perl/HTML-Template/HTML-Template-2.970.0.ebuild
20 +++ b/dev-perl/HTML-Template/HTML-Template-2.970.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ inherit perl-module
28 DESCRIPTION="A Perl module to use HTML Templates"
29
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86"
32 +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 x86"
33 IUSE="test"
34 RESTRICT="!test? ( test )"