diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-04-19 17:42:51 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-04-19 17:42:51 +0000 |
commit | 174362a3542e4addc705d284d23de776aca36e54 (patch) | |
tree | e8a6803068ecfb4a8fd6132fe3786c2585b6047a /virtual | |
parent | Version bump, fixes bug #546740. Cleanup a few old unstable versions. (diff) | |
download | gentoo-2-174362a3542e4addc705d284d23de776aca36e54.tar.gz gentoo-2-174362a3542e4addc705d284d23de776aca36e54.tar.bz2 gentoo-2-174362a3542e4addc705d284d23de776aca36e54.zip |
Add =virtual/perl-Parse-CPAN-Meta-1.441.400 dependency back. Thanks to Kent
Fredric <kentfredric@gmail.com> for the patch. Fix bug 545054.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-CPAN-Meta/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/virtual/perl-CPAN-Meta/ChangeLog b/virtual/perl-CPAN-Meta/ChangeLog index 19b67d4daf48..eb1d75d8f65c 100644 --- a/virtual/perl-CPAN-Meta/ChangeLog +++ b/virtual/perl-CPAN-Meta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-CPAN-Meta # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.63 2015/04/04 23:51:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.64 2015/04/19 17:42:51 monsieurp Exp $ + + 19 Apr 2015; <monsieurp@gentoo.org> perl-CPAN-Meta-2.143.240.ebuild: + Add =virtual/perl-Parse-CPAN-Meta-1.441.400 dependency back. Thanks to Kent + Fredric <kentfredric@gmail.com> for the patch. Fix bug 545054. 04 Apr 2015; Mike Frysinger <vapier@gentoo.org> perl-CPAN-Meta-2.120.921-r2.ebuild, perl-CPAN-Meta-2.132.510.ebuild, diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild index 1dbcc682e7ff..d1b1145d1ccc 100644 --- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild +++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild,v 1.1 2015/02/27 23:44:59 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.143.240.ebuild,v 1.2 2015/04/19 17:42:51 monsieurp Exp $ EAPI=5 @@ -17,5 +17,6 @@ RDEPEND=" ~perl-core/${PN#perl-}-${PV} >=virtual/perl-CPAN-Meta-YAML-0.11.0 >=virtual/perl-JSON-PP-2.271.30 + >=virtual/perl-Parse-CPAN-Meta-1.441.400 " # see bug 519974 |