Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Keywords/
Date: Thu, 05 Apr 2018 03:29:33
Message-Id: 1522896264.2c631b99b3292ec2d2e76b17759f013307853999.bman@gentoo
1 commit: 2c631b99b3292ec2d2e76b17759f013307853999
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 02:44:24 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 02:44:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c631b99
7
8 dev-perl/B-Keywords: amd64 stable
9
10 Bug: https://bugs.gentoo.org/652480
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 dev-perl/B-Keywords/B-Keywords-1.150.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/B-Keywords/B-Keywords-1.150.0.ebuild b/dev-perl/B-Keywords/B-Keywords-1.150.0.ebuild
17 index 2c9b1277624..ce66a32186f 100644
18 --- a/dev-perl/B-Keywords/B-Keywords-1.150.0.ebuild
19 +++ b/dev-perl/B-Keywords/B-Keywords-1.150.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ DESCRIPTION="Lists of reserved barewords and symbol names"
27 # GPL-2 - no later clause
28 LICENSE="|| ( Artistic GPL-2 )"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
31 +KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
32 IUSE=""
33
34 DEPEND="virtual/perl-ExtUtils-MakeMaker"