diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-10-17 20:41:51 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-10-17 20:54:00 +0200 |
commit | 070ac04a95b31f2fce32dff39993b4d298233f1e (patch) | |
tree | 06a63a28225c0c4c922bced2e9b027ae07da8178 /dev-perl/File-Copy-Recursive | |
parent | dev-perl/File-BaseDir: added Prefix keywords, bug #665088 (diff) | |
download | gentoo-070ac04a95b31f2fce32dff39993b4d298233f1e.tar.gz gentoo-070ac04a95b31f2fce32dff39993b4d298233f1e.tar.bz2 gentoo-070ac04a95b31f2fce32dff39993b4d298233f1e.zip |
dev-perl/File-Copy-Recursive: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
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 a21c4f2ad3e5..f665c2e26916 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-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # 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 ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SRC_TEST="do" |