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 BF52F59CA5 for ; Sun, 20 Mar 2016 07:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A677A21C042; Sun, 20 Mar 2016 07:20:49 +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 DCCE521C03E for ; Sun, 20 Mar 2016 07:20:48 +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 A212B340AE0 for ; Sun, 20 Mar 2016 07:20:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7718861 for ; Sun, 20 Mar 2016 07:20:44 +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: <1458458325.b70e97ff8e996a8e01e04a2596d59650aec29692.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Padre-Plugin-PerlTidy/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild X-VCS-Directories: dev-perl/Padre-Plugin-PerlTidy/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b70e97ff8e996a8e01e04a2596d59650aec29692 X-VCS-Branch: master Date: Sun, 20 Mar 2016 07:20:44 +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: f980340e-2fe8-42a4-a295-d0e56b49aa93 X-Archives-Hash: 8de0cac683df53b96bd7b2fc61497ac0 commit: b70e97ff8e996a8e01e04a2596d59650aec29692 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 20 07:18:45 2016 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Mar 20 07:18:45 2016 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b70e97ff dev-perl/Padre-Plugin-PerlTidy: Fix dep on dev-perl/Perl-Tidy Package-Manager: portage-2.2.28 .../Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild b/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild index 01a645a..5524659 100644 --- a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild +++ b/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -15,7 +15,7 @@ IUSE="test" RDEPEND=" >=app-editors/padre-0.920.0 >=dev-perl/Params-Util-1.40.0 - >=dev-perl/perltidy-20101217.0.0 + >=dev-perl/Perl-Tidy-20101217.0.0 >=dev-lang/perl-5.8.2 " DEPEND="