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/UNIVERSAL-can/
Date: Wed, 28 Dec 2016 19:39:45
Message-Id: 1482953941.371459c63db6f6c8cd49a7725ff0d22baf357263.kentnl@gentoo
1 commit: 371459c63db6f6c8cd49a7725ff0d22baf357263
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 19:39:01 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 19:39:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371459c6
7
8 dev-perl/UNIVERSAL-can: ALLARCHES stable x86 ppc re bug #588352
9
10 Additional AT Testing by Myckel Habets
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild
18 index 3d07aaa..896a412 100644
19 --- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild
20 +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -11,7 +11,7 @@ inherit perl-module
28 DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
29
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-aix"
32 +KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix"
33 IUSE="test"
34
35 RDEPEND="virtual/perl-Scalar-List-Utils"