diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2018-04-07 15:04:56 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-07 18:13:17 +0300 |
commit | db1e01904daf4d0f8bcd25c4931d7907dd1a2949 (patch) | |
tree | a2c278ba7fe5ebe65263131af0bd6bab7855a4e3 /dev-perl/File-Copy-Recursive | |
parent | dev-perl/Exception-Class: added ~arm64 keyword (Bug 652718) (diff) | |
download | gentoo-db1e01904daf4d0f8bcd25c4931d7907dd1a2949.tar.gz gentoo-db1e01904daf4d0f8bcd25c4931d7907dd1a2949.tar.bz2 gentoo-db1e01904daf4d0f8bcd25c4931d7907dd1a2949.zip |
dev-perl/File-Copy-Recursive: added ~arm64 keyword (Bug 652718)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index 26a9015140d9..efc69f946897 100644 --- 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 @@ -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=5 @@ -10,6 +10,6 @@ inherit perl-module DESCRIPTION="uses File::Copy to recursively copy dirs" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" SRC_TEST="do" |