diff options
author | 2019-02-16 16:14:27 +0300 | |
---|---|---|
committer | 2019-02-16 16:15:30 +0300 | |
commit | 5bf77ba2adc352e6b07c590be72987745028fa90 (patch) | |
tree | 3ad06b6333aaaf28f32c715b756afc4bf721aedb /dev-perl/BSD-Resource | |
parent | distutils-r1.eclass: Fix pypy prefix check for new paths (diff) | |
download | gentoo-5bf77ba2adc352e6b07c590be72987745028fa90.tar.gz gentoo-5bf77ba2adc352e6b07c590be72987745028fa90.tar.bz2 gentoo-5bf77ba2adc352e6b07c590be72987745028fa90.zip |
dev-perl/BSD-Resource: Add ~arm keyword wrt bug #677512
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="~arm"
Diffstat (limited to 'dev-perl/BSD-Resource')
-rw-r--r-- | dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild b/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild index e5a51310b7db..b603fbf2952d 100644 --- a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild +++ b/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl module for BSD process resource limit and priority functions" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc x86" IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker" |