From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-857661-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6147958973 for <garchives@archives.gentoo.org>; Sat, 16 Jan 2016 17:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB80521C003; Sat, 16 Jan 2016 17:25:38 +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 6DA4521C003 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2016 17:25:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3658D340A7F for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2016 17:25:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1753CC6F for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2016 17:25:34 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1452964954.c707d9a271e991832555335dc59dfe47b3ac68fd.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Eval-Closure/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild X-VCS-Directories: dev-perl/Eval-Closure/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c707d9a271e991832555335dc59dfe47b3ac68fd X-VCS-Branch: master Date: Sat, 16 Jan 2016 17:25:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 120841d9-7f71-4822-9f8d-47b6f83f8068 X-Archives-Hash: c57c9fe4e39b30203f0e5593f758d94e commit: c707d9a271e991832555335dc59dfe47b3ac68fd Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Jan 16 17:22:34 2016 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Jan 16 17:22:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c707d9a2 dev-perl/Eval-Closure: x86 stable wrt bug #570916 Package-Manager: portage-2.2.26 dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild b/dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild index 2c49c32..786372d 100644 --- a/dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild +++ b/dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="safely and cleanly create closures via string eval" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~x64-macos" +KEYWORDS="amd64 ~arm ~hppa ~ppc x86 ~x86-fbsd ~x64-macos" IUSE="test minimal" # Scalar::Util -> Scalar-List-Utils