From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B4A1E13888F for ; Mon, 5 Oct 2015 20:43:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DC7721C01C; Mon, 5 Oct 2015 20:43:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F25AB21C024 for ; Mon, 5 Oct 2015 20:43:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39094340887 for ; Mon, 5 Oct 2015 20:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 289BD897 for ; Mon, 5 Oct 2015 20:43:14 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1444077681.d0f833ea88ad9b3d876b9823fe058dfccedff802.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Utilities/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild X-VCS-Directories: dev-perl/Data-Utilities/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d0f833ea88ad9b3d876b9823fe058dfccedff802 X-VCS-Branch: master Date: Mon, 5 Oct 2015 20:43:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c05e568-d696-4148-97be-c84237250aa1 X-Archives-Hash: a7585f57cd34c0cb672bef01ca7879f4 commit: d0f833ea88ad9b3d876b9823fe058dfccedff802 Author: Patrice Clement gentoo org> AuthorDate: Mon Oct 5 19:18:02 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Oct 5 20:41:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f833ea dev-perl/Data-Utilities: Stable for amd64. Stable for x86 using the ALLARCHES policy. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index 7de4402..2fb8209 100644 --- a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild +++ b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Merge nested Perl data structures" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-perl/Clone"