Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BSD-Resource/
Date: Sat, 16 Feb 2019 13:15:39
Message-Id: 1550322930.5bf77ba2adc352e6b07c590be72987745028fa90.zlogene@gentoo
1 commit: 5bf77ba2adc352e6b07c590be72987745028fa90
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 13:14:27 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 13:15:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf77ba2
7
8 dev-perl/BSD-Resource: Add ~arm keyword wrt bug #677512
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="~arm"
13
14 dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild b/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
18 index e5a51310b7d..b603fbf2952 100644
19 --- a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
20 +++ b/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ inherit perl-module
28 DESCRIPTION="Perl module for BSD process resource limit and priority functions"
29
30 SLOT="0"
31 -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
32 +KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc x86"
33 IUSE=""
34
35 DEPEND="virtual/perl-ExtUtils-MakeMaker"