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 3EC62138206 for ; Fri, 29 Apr 2016 19:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52DD521C068; Fri, 29 Apr 2016 19:36:28 +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 10ECBE0853 for ; Fri, 29 Apr 2016 19:36:27 +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 1243A340C72 for ; Fri, 29 Apr 2016 19:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 735C0340 for ; Fri, 29 Apr 2016 19:36:21 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1461958559.cb175bb414788f025453a7aa815a0fd7aa1d4cef.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-POM/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild X-VCS-Directories: dev-perl/Pod-POM/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: cb175bb414788f025453a7aa815a0fd7aa1d4cef X-VCS-Branch: master Date: Fri, 29 Apr 2016 19:36:21 +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: e9efaf2e-bc20-4954-a71f-727d9fc3a3a2 X-Archives-Hash: a87103d4785366d7cea94bcb102083bb commit: cb175bb414788f025453a7aa815a0fd7aa1d4cef Author: Kent Fredric gmail com> AuthorDate: Tue Apr 26 13:08:00 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Apr 29 19:35:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb175bb4 dev-perl/Pod-POM: Fix dependency on dev-perl/YAML Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild b/dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild index 25af4f8..835abf0 100644 --- a/dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild +++ b/dev-perl/Pod-POM/Pod-POM-2.10.0.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$ @@ -17,7 +17,7 @@ IUSE="test" RDEPEND="virtual/perl-parent" DEPEND=" test? ( - >=dev-perl/yaml-0.67 + >=dev-perl/YAML-0.67 dev-perl/File-Slurper dev-perl/Test-Differences )"