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 94692138206 for ; Fri, 29 Apr 2016 19:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 157C6E0854; Fri, 29 Apr 2016 19:36:27 +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 2AABE21C001 for ; Fri, 29 Apr 2016 19:36:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7FA3E340D31 for ; Fri, 29 Apr 2016 19:36:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9478339 for ; Fri, 29 Apr 2016 19:36:20 +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.e29530135a0e3332102a8711afc373b3c748d53e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-cpan/g-cpan-0.16.5.ebuild app-portage/g-cpan/g-cpan-0.16.6.ebuild app-portage/g-cpan/g-cpan-9999.ebuild X-VCS-Directories: app-portage/g-cpan/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: e29530135a0e3332102a8711afc373b3c748d53e X-VCS-Branch: master Date: Fri, 29 Apr 2016 19:36:20 +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: 59b4bba7-70f6-46b1-9e1b-a502936c3443 X-Archives-Hash: 62cd914b985f11d8a90bac4a22e79a7b commit: e29530135a0e3332102a8711afc373b3c748d53e Author: Kent Fredric gmail com> AuthorDate: Tue Apr 26 13:02:42 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=e2953013 app-portage/g-cpan: 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" app-portage/g-cpan/g-cpan-0.16.5.ebuild | 4 ++-- app-portage/g-cpan/g-cpan-0.16.6.ebuild | 4 ++-- app-portage/g-cpan/g-cpan-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-portage/g-cpan/g-cpan-0.16.5.ebuild b/app-portage/g-cpan/g-cpan-0.16.5.ebuild index c7bda0f..c0e84bd 100644 --- a/app-portage/g-cpan/g-cpan-0.16.5.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.5.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 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND="dev-lang/perl - >=dev-perl/yaml-0.60 + >=dev-perl/YAML-0.60 dev-perl/Shell-EnvImporter dev-perl/Log-Agent" RDEPEND="${DEPEND}" diff --git a/app-portage/g-cpan/g-cpan-0.16.6.ebuild b/app-portage/g-cpan/g-cpan-0.16.6.ebuild index c3dae23..6052f4a 100644 --- a/app-portage/g-cpan/g-cpan-0.16.6.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.6.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$ @@ -22,7 +22,7 @@ SLOT="0" IUSE="" DEPEND="dev-lang/perl - >=dev-perl/yaml-0.60 + >=dev-perl/YAML-0.60 >=dev-perl/Shell-EnvImporter-1.70.0-r2 dev-perl/Log-Agent" RDEPEND="${DEPEND}" diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild index 204397e..ab817e5 100644 --- a/app-portage/g-cpan/g-cpan-9999.ebuild +++ b/app-portage/g-cpan/g-cpan-9999.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$ @@ -22,7 +22,7 @@ SLOT="0" IUSE="" DEPEND=" - >=dev-perl/yaml-0.60 + >=dev-perl/YAML-0.60 >=dev-perl/Shell-EnvImporter-1.70.0-r2 dev-perl/Log-Agent "