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 C64E258973 for ; Sat, 6 Feb 2016 07:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E074F21C011; Sat, 6 Feb 2016 07:59:16 +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 134C921C005 for ; Sat, 6 Feb 2016 07:59:16 +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 3E71D340AE0 for ; Sat, 6 Feb 2016 07:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C706CD25 for ; Sat, 6 Feb 2016 07:59:11 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1454745481.6f548f6f20ebdb5cbbf79761d33d7a39c8645463.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6f548f6f20ebdb5cbbf79761d33d7a39c8645463 X-VCS-Branch: master Date: Sat, 6 Feb 2016 07:59:11 +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: 0d2b2daa-9b07-4b73-a396-06503e4f3d32 X-Archives-Hash: 6d5da157e7de9601d64bb98689df9998 commit: 6f548f6f20ebdb5cbbf79761d33d7a39c8645463 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 6 07:19:18 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 6 07:58:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f548f6f dev-perl/Eval-Closure: Stable for HPPA (bug #569840). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches 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 6934e21..58c7b0e 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