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/Ref-Util/
Date: Sat, 04 Aug 2018 00:54:11
Message-Id: 1533343795.7c3ce93110e744d2503a294af78d3e9fbbf71c28.zlogene@gentoo
1 commit: 7c3ce93110e744d2503a294af78d3e9fbbf71c28
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 00:49:55 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 00:49:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3ce931
7
8 dev-perl/Ref-Util: Add ~s390 keyword wrt bug #652718
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild b/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild
16 index 5033f1f97ff..04c3326ab76 100644
17 --- a/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild
18 +++ b/dev-perl/Ref-Util/Ref-Util-0.203.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ inherit perl-module
26
27 DESCRIPTION="Utility functions for checking references"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
31 LICENSE="MIT"
32 IUSE="test +xs"