From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA4D9138330 for ; Mon, 19 Sep 2016 23:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A8FAE08C6; Mon, 19 Sep 2016 23:15:40 +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 EA1F1E08C6 for ; Mon, 19 Sep 2016 23:15:39 +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 9D92933E142 for ; Mon, 19 Sep 2016 23:15:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD262465 for ; Mon, 19 Sep 2016 23:15:35 +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: <1474326859.492e6d841cf749da711eff78ef98df334c530186.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Build/Module-Build-0.421.800.ebuild X-VCS-Directories: dev-perl/Module-Build/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 492e6d841cf749da711eff78ef98df334c530186 X-VCS-Branch: master Date: Mon, 19 Sep 2016 23:15:35 +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: 9e97b52f-0360-4b77-be57-bbf5e2a793bd X-Archives-Hash: a3577f80e613d8447842e257f7c4aed8 commit: 492e6d841cf749da711eff78ef98df334c530186 Author: Kent Fredric gentoo org> AuthorDate: Mon Sep 19 23:12:58 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Sep 19 23:14:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492e6d84 dev-perl/Module-Build: Fix aggressive perl-podlators dep Upstream want Pod::Man 2.17, which was in podlators-2.1.0 or later. Bug: https://bugs.gentoo.org/594346 Package-Manager: portage-2.3.0 dev-perl/Module-Build/Module-Build-0.421.800.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Module-Build/Module-Build-0.421.800.ebuild b/dev-perl/Module-Build/Module-Build-0.421.800.ebuild index c30c134..e3ccd24 100644 --- a/dev-perl/Module-Build/Module-Build-0.421.800.ebuild +++ b/dev-perl/Module-Build/Module-Build-0.421.800.ebuild @@ -28,7 +28,7 @@ RDEPEND=" >=virtual/perl-Perl-OSType-1 >=virtual/perl-Test-Harness-3.290.0 virtual/perl-Text-ParseWords - >=virtual/perl-podlators-2.170.0 + >=virtual/perl-podlators-2.1.0 >=virtual/perl-version-0.870.0 " DEPEND="${RDEPEND}