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 BE545138CCD for ; Sun, 29 Mar 2015 19:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E6C9E0AE0; Sun, 29 Mar 2015 19:20:21 +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 DCD5FE0AE0 for ; Sun, 29 Mar 2015 19:20:15 +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 2E879340AB5 for ; Sun, 29 Mar 2015 19:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E09D114CBB for ; Sun, 29 Mar 2015 19:20:09 +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: <1427654691.56f2c2849c13aabffa83efc15494891f3f01d9df.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Pod-Checker/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-Pod-Checker/perl-Pod-Checker-1.600.0-r1.ebuild virtual/perl-Pod-Checker/perl-Pod-Checker-1.600.0-r2.ebuild X-VCS-Directories: virtual/perl-Pod-Checker/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 56f2c2849c13aabffa83efc15494891f3f01d9df X-VCS-Branch: master Date: Sun, 29 Mar 2015 19:20:09 +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: ec1d95e1-7c98-4a1d-a22a-c9d7327f7a4a X-Archives-Hash: a3ebb60e7cd996d1883d60d518b084dd commit: 56f2c2849c13aabffa83efc15494891f3f01d9df Author: Kent Fredric gmail com> AuthorDate: Sun Mar 29 18:44:51 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Mar 29 18:44:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=56f2c284 [fixup] virtual/perl-Pod-Checker-1.600.0-r2: Drop perl 5.18 as a provider Package-Manager: portage-2.2.17 ...d-Checker-1.600.0-r1.ebuild => perl-Pod-Checker-1.600.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/perl-Pod-Checker/perl-Pod-Checker-1.600.0-r1.ebuild b/virtual/perl-Pod-Checker/perl-Pod-Checker-1.600.0-r2.ebuild similarity index 72% rename from virtual/perl-Pod-Checker/perl-Pod-Checker-1.600.0-r1.ebuild rename to virtual/perl-Pod-Checker/perl-Pod-Checker-1.600.0-r2.ebuild index e947022..31b6317 100644 --- a/virtual/perl-Pod-Checker/perl-Pod-Checker-1.600.0-r1.ebuild +++ b/virtual/perl-Pod-Checker/perl-Pod-Checker-1.600.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $ EAPI=5 @@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )" +RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )"