diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2018-03-31 21:49:42 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-02 21:05:46 +0300 |
commit | 8d1fb55e747cefb89dfed8d4a51aa74ad4d54640 (patch) | |
tree | 4c45606a21bec20c28c1c500361686a0efb1f518 /dev-perl/File-Find-Rule | |
parent | dev-perl/Text-Glob: keyword ~arm64 (diff) | |
download | gentoo-8d1fb55e747cefb89dfed8d4a51aa74ad4d54640.tar.gz gentoo-8d1fb55e747cefb89dfed8d4a51aa74ad4d54640.tar.bz2 gentoo-8d1fb55e747cefb89dfed8d4a51aa74ad4d54640.zip |
dev-perl/File-Find-Rule: keyword ~arm64
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild index d4914b33bd3b..c0e75edbccf3 100644 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Alternative interface to File::Find" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=" |