Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Utilities/
Date: Mon, 05 Oct 2015 20:43:38
Message-Id: 1444077681.d0f833ea88ad9b3d876b9823fe058dfccedff802.monsieurp@gentoo
1 commit: d0f833ea88ad9b3d876b9823fe058dfccedff802
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 19:18:02 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 20:41:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f833ea
7
8 dev-perl/Data-Utilities: Stable for amd64. Stable for x86 using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
17 index 7de4402..2fb8209 100644
18 --- a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
19 +++ b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -11,7 +11,7 @@ inherit perl-module
27 DESCRIPTION="Merge nested Perl data structures"
28
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32 IUSE=""
33
34 DEPEND="dev-perl/Clone"