Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/common-sense/
Date: Wed, 21 Jun 2017 08:59:58
Message-Id: 1498035586.a81aa25478cffd2dd6b291f4a6bdb027163feb29.aballier@gentoo
1 commit: a81aa25478cffd2dd6b291f4a6bdb027163feb29
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 08:58:29 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 08:59:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81aa254
7
8 dev-perl/common-sense: keyword ~arm64, bug #620108
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-perl/common-sense/common-sense-3.740.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/common-sense/common-sense-3.740.0.ebuild b/dev-perl/common-sense/common-sense-3.740.0.ebuild
16 index e33decaf9bd..f458c9ffe31 100644
17 --- a/dev-perl/common-sense/common-sense-3.740.0.ebuild
18 +++ b/dev-perl/common-sense/common-sense-3.740.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,7 +10,7 @@ inherit perl-module
26 DESCRIPTION="Save a tree AND a kitten, use common::sense!"
27
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x64-macos ~x86-solaris"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x64-macos ~x86-solaris"
31 IUSE=""
32
33 DEPEND="virtual/perl-ExtUtils-MakeMaker"