diff options
author | Markus Meier <maekke@gentoo.org> | 2017-02-22 22:46:59 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-02-22 22:46:59 +0100 |
commit | 8a21754bbeba6c25cae5e2882cad9837da857882 (patch) | |
tree | 5e53dfe36b262e3be0032fb7af804de5e0cc737d /dev-perl/File-Which | |
parent | dev-perl/Test-Script: add ~arm64, bug #602602 (diff) | |
download | gentoo-8a21754bbeba6c25cae5e2882cad9837da857882.tar.gz gentoo-8a21754bbeba6c25cae5e2882cad9837da857882.tar.bz2 gentoo-8a21754bbeba6c25cae5e2882cad9837da857882.zip |
dev-perl/File-Which: add ~arm64, bug #602602
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-perl/File-Which')
-rw-r--r-- | dev-perl/File-Which/File-Which-1.90.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild b/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild index 8c35c342ca19..b9b51384f730 100644 --- a/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild +++ b/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl module implementing 'which' internally" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" |