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/File-Copy-Recursive/
Date: Sat, 07 Apr 2018 15:26:12
Message-Id: 1523113997.db1e01904daf4d0f8bcd25c4931d7907dd1a2949.leio@gentoo
1 commit: db1e01904daf4d0f8bcd25c4931d7907dd1a2949
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 14:04:56 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 15:13:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1e0190
7
8 dev-perl/File-Copy-Recursive: added ~arm64 keyword (Bug 652718)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild
16 index 26a9015140d..efc69f94689 100644
17 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild
18 +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.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=5
25 @@ -10,6 +10,6 @@ inherit perl-module
26 DESCRIPTION="uses File::Copy to recursively copy dirs"
27
28 SLOT="0"
29 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
30 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
31 IUSE=""
32 SRC_TEST="do"