Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Scope-Guard/
Date: Sat, 07 Apr 2018 20:27:52
Message-Id: 1523132801.148f03a46c0a6a532f37ca7e752009a8748dcf53.slyfox@gentoo
1 commit: 148f03a46c0a6a532f37ca7e752009a8748dcf53
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 20:26:41 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 20:26:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148f03a4
7
8 dev-perl/Scope-Guard: keyworded 0.210.0 for ppc64, bug #652718
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11 RepoMan-Options: --include-arches="ppc64"
12
13 dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
17 index e647b13568b..ead6150f908 100644
18 --- a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
19 +++ b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
20 @@ -10,7 +10,7 @@ inherit perl-module
21 DESCRIPTION="Lexically scoped resource management"
22
23 SLOT="0"
24 -KEYWORDS="amd64 ~arm64 ~mips ppc x86 ~ppc-aix ~x86-solaris"
25 +KEYWORDS="amd64 ~arm64 ~mips ppc ~ppc64 x86 ~ppc-aix ~x86-solaris"
26 IUSE="test"
27
28 RDEPEND=""