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 47C28138CEA for ; Sun, 14 Jun 2015 16:31:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC4E6E08B2; Sun, 14 Jun 2015 16:31:11 +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 A675FE08B2 for ; Sun, 14 Jun 2015 16:31:01 +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 B36A8340C1F 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 7BDB3A57 for ; Sun, 14 Jun 2015 16:30:52 +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: <1434298565.911e08a27116841f38cdb458b55766e5301ae714.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Perl-Critic-Moose/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild X-VCS-Directories: dev-perl/Perl-Critic-Moose/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 911e08a27116841f38cdb458b55766e5301ae714 X-VCS-Branch: master Date: Sun, 14 Jun 2015 16:30:52 +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: 2fc7963f-491c-4ea5-acc5-21826e538667 X-Archives-Hash: 1388daa9488f7eebb7eddac60823f3dd commit: 911e08a27116841f38cdb458b55766e5301ae714 Author: Kent Fredric gmail com> AuthorDate: Sun Jun 14 16:16:05 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Jun 14 16:16:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=911e08a2 [fixup] Perl-Critic-Moose: Module::Build is no longer part of core Perl and has been moved to dev-perl Package-Manager: portage-2.2.17 dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild b/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild index 71464f4..107c6f7 100644 --- a/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild +++ b/dev-perl/Perl-Critic-Moose/Perl-Critic-Moose-0.999.2_rc.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 @@ -33,7 +33,7 @@ DEPEND=" $(comment ^^ Perl::Critic::Utils) $(comment ^^ Perl::Critic::Violation) - virtual/perl-Module-Build + dev-perl/Module-Build " RDEPEND=" ${COMMON_DEPEND}