From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 116821395E8 for ; Fri, 3 Feb 2017 22:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F343821C080; Fri, 3 Feb 2017 22:25:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF3DE21C028 for ; Fri, 3 Feb 2017 22:25:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B934134105A for ; Fri, 3 Feb 2017 22:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D7703DC1 for ; Fri, 3 Feb 2017 22:25:21 +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: <1486160596.4139e91a616fb1f7f3bf83c9042da4c938716da5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild X-VCS-Directories: dev-perl/Cwd-Guard/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4139e91a616fb1f7f3bf83c9042da4c938716da5 X-VCS-Branch: master Date: Fri, 3 Feb 2017 22:25:21 +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: 6cd94a28-4b6d-47fd-9bc0-548c8efaf3d0 X-Archives-Hash: f012996f12a46aabccd97e07f1ad8cbf commit: 4139e91a616fb1f7f3bf83c9042da4c938716da5 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Feb 3 22:23:16 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Feb 3 22:23:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4139e91a dev-perl/Cwd-Guard: Stable for HPPA (bug #578642). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild index a1b4827..072edee 100644 --- a/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild +++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Temporary changing working directory (chdir)" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 hppa ~ppc ~x86" IUSE="" # Cwd -> perl-File-Spec RDEPEND="