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 A48C5139891 for ; Sun, 23 Aug 2015 16:16:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A71F14145; Sun, 23 Aug 2015 16:16:55 +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 EF2E914145 for ; Sun, 23 Aug 2015 16:16:54 +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 3BB50340691 for ; Sun, 23 Aug 2015 16:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D866D15A for ; Sun, 23 Aug 2015 16:16:51 +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: <1440346508.477b9466a2503dd2265472b13190486b7850fb22.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild X-VCS-Directories: dev-perl/TheSchwartz/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 477b9466a2503dd2265472b13190486b7850fb22 X-VCS-Branch: master Date: Sun, 23 Aug 2015 16:16:51 +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: 90824afc-bc6e-4510-b89f-a6279fe56bff X-Archives-Hash: 9b749c450dff9e3f2259fe1766074bcf commit: 477b9466a2503dd2265472b13190486b7850fb22 Author: Patrice Clement gentoo org> AuthorDate: Sun Aug 23 16:15:08 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Aug 23 16:15:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477b9466 dev-perl/TheSchwarz: Stable for amd64+x86+ppc+ppc64 using the ALLARCHES policy. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement gentoo.org> dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild b/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild index fa571d5..1a0e579 100644 --- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild +++ b/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Reliable job queue" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"