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 E9DA6138CEA for ; Sun, 14 Jun 2015 16:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E19C2E08AE; Sun, 14 Jun 2015 16:31:06 +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 24579E08A8 for ; Sun, 14 Jun 2015 16:30:56 +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 49F2A340BE8 for ; Sun, 14 Jun 2015 16:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B066BA48 for ; Sun, 14 Jun 2015 16:30:51 +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: <1434298444.ebe95fa47b7d7a992c41c3c299dc32ac02c5691a.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild X-VCS-Directories: dev-perl/FindBin-libs/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ebe95fa47b7d7a992c41c3c299dc32ac02c5691a X-VCS-Branch: master Date: Sun, 14 Jun 2015 16:30:51 +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: 124d095a-c800-4ee3-bb01-73c8b349f3f4 X-Archives-Hash: 8ade223565504bbed5603be9e57af735 commit: ebe95fa47b7d7a992c41c3c299dc32ac02c5691a Author: Kent Fredric gmail com> AuthorDate: Sun Jun 14 16:14:04 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Jun 14 16:14:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ebe95fa4 [fixup] FindBin-libs: Module::Build is no longer part of core Perl and has been moved to dev-perl Package-Manager: portage-2.2.17 dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild index 0bbad96..55d07f3 100644 --- a/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild +++ b/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild @@ -22,5 +22,5 @@ RDEPEND=" " DEPEND=" $RDEPEND - >=virtual/perl-Module-Build-0.400.300 + >=dev-perl/Module-Build-0.400.300 "