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 7D0E3138206 for ; Fri, 29 Apr 2016 19:36:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC1AFE084D; Fri, 29 Apr 2016 19:36:25 +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 5E0E7E084D 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 77D3E340CB6 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 06DED33A 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.b13fce32222139828ef56ace1b90efdd1498d2f1.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild X-VCS-Directories: dev-perl/CPAN-Mini-Inject/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: b13fce32222139828ef56ace1b90efdd1498d2f1 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: 867d7227-cd26-4009-81eb-f9f052d01683 X-Archives-Hash: cd5fbb87a5af03090937a509281cb10e commit: b13fce32222139828ef56ace1b90efdd1498d2f1 Author: Kent Fredric gmail com> AuthorDate: Tue Apr 26 13:03:33 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=b13fce32 dev-perl/CPAN-Mini-Inject: 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/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild index 9968109..c58b3ba 100644 --- a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild +++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.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$ @@ -26,6 +26,6 @@ RDEPEND="dev-perl/libwww-perl >=dev-perl/CPAN-Mini-0.32 dev-perl/CPAN-Checksums dev-perl/File-Slurp - dev-perl/yaml" + dev-perl/YAML" # test? ( dev-perl/HTTP-Server-Simple )" DEPEND="${RDEPEND}"