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 B4B181381F3 for ; Sun, 28 Apr 2013 22:52:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02D40E0B48; Sun, 28 Apr 2013 22:52:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8262FE0B48 for ; Sun, 28 Apr 2013 22:52:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 870A433DF78 for ; Sun, 28 Apr 2013 22:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2CC34E4403 for ; Sun, 28 Apr 2013 22:52:07 +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: <1367188364.9c867f512b967fde84b3be028cc1f43a7b4663e9.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-FieldHash/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Hash-FieldHash/ChangeLog dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild X-VCS-Directories: dev-perl/Hash-FieldHash/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9c867f512b967fde84b3be028cc1f43a7b4663e9 X-VCS-Branch: master Date: Sun, 28 Apr 2013 22:52:07 +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: 44042158-7d93-4ef0-a96d-fe938d7611f7 X-Archives-Hash: ce6bf71d4aa4562109fb7b41c2a85441 commit: 9c867f512b967fde84b3be028cc1f43a7b4663e9 Author: Kent Fredric gmail com> AuthorDate: Sun Apr 28 22:32:44 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Apr 28 22:32:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9c867f51 [fixdep] Hash-FieldHash -> MRO-Compat ( normalize ) Package-Manager: portage-2.2.0_alpha166 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Hash-FieldHash/ChangeLog | 4 ++++ .../Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-perl/Hash-FieldHash/ChangeLog b/dev-perl/Hash-FieldHash/ChangeLog index ab66140..b8b4e55 100644 --- a/dev-perl/Hash-FieldHash/ChangeLog +++ b/dev-perl/Hash-FieldHash/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Apr 2013; Kent Fredric + Hash-FieldHash-0.100.0.ebuild: + Fix dependency on MRO-Compat ( normalize ) + *Hash-FieldHash-0.130.0 (28 Apr 2013) 28 Apr 2013; Kent Fredric diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild index 5af79fb..dd5c99c 100644 --- a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild +++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" @@ -16,7 +16,7 @@ COMMON_DEPEND=" >=virtual/perl-parent-0.221 $(comment 0.221.0) || ( >=dev-lang/perl-5.010 - >=dev-perl/MRO-Compat-0.10 $(comment 0.100.0) + >=dev-perl/MRO-Compat-0.100.0 ) " DEPEND="