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/Scope-Guard/
Date: Sat, 07 Apr 2018 15:26:12
Message-Id: 1523113996.f3a9c067d6d137683738a2d9df7dd32a46d0e4c2.leio@gentoo
1 commit: f3a9c067d6d137683738a2d9df7dd32a46d0e4c2
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 13:56:02 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 15:13:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a9c067
7
8 dev-perl/Scope-Guard: added ~arm64 keyword (Bug 652718)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
16 index 3eed8d5b750..e647b13568b 100644
17 --- a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
18 +++ b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 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="Lexically scoped resource management"
27
28 SLOT="0"
29 -KEYWORDS="amd64 ~mips ppc x86 ~ppc-aix ~x86-solaris"
30 +KEYWORDS="amd64 ~arm64 ~mips ppc x86 ~ppc-aix ~x86-solaris"
31 IUSE="test"
32
33 RDEPEND=""