Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BSD-Resource/
Date: Thu, 22 Nov 2018 12:18:04
Message-Id: 1542889048.3a71ef7ec5069173e2d08cfe3bebc6e2811c788a.kentnl@gentoo
1 commit: 3a71ef7ec5069173e2d08cfe3bebc6e2811c788a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 22 12:17:28 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 22 12:17:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a71ef7e
7
8 dev-perl/BSD-Resource: Add ~ppc64 re bug #671648
9
10 Requested by "proxy_peep", tested by Michael "veremitz" Everitt
11
12 Closes: https://bugs.gentoo.org/671648
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14 RepoMan-Options: --include-arches="ppc64"
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild b/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
21 index 8929d34f8d6..e5a51310b7d 100644
22 --- a/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
23 +++ b/dev-perl/BSD-Resource/BSD-Resource-1.291.100.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -10,7 +10,7 @@ inherit perl-module
31 DESCRIPTION="Perl module for BSD process resource limit and priority functions"
32
33 SLOT="0"
34 -KEYWORDS="alpha amd64 ia64 ~ppc sparc x86"
35 +KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
36 IUSE=""
37
38 DEPEND="virtual/perl-ExtUtils-MakeMaker"