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 444AB58974 for ; Sun, 17 Jan 2016 17:14:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B2B5E0886; Sun, 17 Jan 2016 17:14:51 +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 A2F73E0886 for ; Sun, 17 Jan 2016 17:14:50 +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 8952F3406AD for ; Sun, 17 Jan 2016 17:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5DE699A for ; Sun, 17 Jan 2016 17:14:47 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1453050837.c227f099e6739131eb0206141dc388e385d490e4.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Flock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-Flock/File-Flock-2014.10.0.ebuild X-VCS-Directories: dev-perl/File-Flock/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c227f099e6739131eb0206141dc388e385d490e4 X-VCS-Branch: master Date: Sun, 17 Jan 2016 17:14:47 +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: 98028233-e720-4dfa-9170-c2007b915f4b X-Archives-Hash: ab8a0c05ec287b6df279037cd1e34fa5 commit: c227f099e6739131eb0206141dc388e385d490e4 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jan 17 17:13:57 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jan 17 17:13:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c227f099 dev-perl/File-Flock: ppc stable wrt bug #571596 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-perl/File-Flock/File-Flock-2014.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild index 079f97e..a98b989 100644 --- a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild +++ b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="flock() wrapper. Auto-create locks" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" IUSE="test" SRC_TEST="do"