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 3C0A11381F3 for ; Fri, 3 May 2013 04:12:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A95E0973; Fri, 3 May 2013 04:12:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6BC5E096B for ; Fri, 3 May 2013 04:12:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9DFD33DFC1 for ; Fri, 3 May 2013 04:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A0BB9E48D7 for ; Fri, 3 May 2013 04:12:02 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1367554044.c130422f0991dbf3c728e79e68bfe542ecc0b6d7.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-PatchPerl/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Devel-PatchPerl/ChangeLog dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild X-VCS-Directories: dev-perl/Devel-PatchPerl/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c130422f0991dbf3c728e79e68bfe542ecc0b6d7 X-VCS-Branch: master Date: Fri, 3 May 2013 04:12:02 +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: fcc8a3a5-b1bf-4942-80a4-fa97d7258dd8 X-Archives-Hash: 9d0a16410e367c8ff54390201ee84a62 commit: c130422f0991dbf3c728e79e68bfe542ecc0b6d7 Author: Kent Fredric gmail com> AuthorDate: Fri May 3 04:07:24 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri May 3 04:07:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c130422f [fixdep] dev-perl/Devel-PatchPerl -> File-pushd ( normalize ) Package-Manager: portage-2.2.0_alpha173 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Devel-PatchPerl/ChangeLog | 4 ++++ .../Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-perl/Devel-PatchPerl/ChangeLog b/dev-perl/Devel-PatchPerl/ChangeLog index c0f2124..f48f8f3 100644 --- a/dev-perl/Devel-PatchPerl/ChangeLog +++ b/dev-perl/Devel-PatchPerl/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 May 2013; Kent Fredric + Devel-PatchPerl-0.520.0.ebuild: + Fix dependency on File-pushd ( normalize ) + *Devel-PatchPerl-0.840.0 (26 Apr 2013) 26 Apr 2013; Kent Fredric diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild index a451d27..26f7326 100644 --- a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild +++ b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" comment() { echo ''; } COMMON_DEPEND=" - >=dev-perl/File-pushd-1.00 $(comment 1.0.0) + >=dev-perl/File-pushd-1.0.0 virtual/perl-IO $(comment IO::File) >=virtual/perl-IPC-Cmd-0.400 $(comment 0.400.0) virtual/perl-MIME-Base64