diff options
author | 2015-06-07 22:20:40 +0000 | |
---|---|---|
committer | 2015-06-07 22:20:40 +0000 | |
commit | 0cf0102e1c9ff86013ad755118164ad817831b13 (patch) | |
tree | 9aa244d786615727511edf01725e7f406e290766 /virtual/perl-Math-Complex | |
parent | add version 1.10.4 (diff) | |
download | gentoo-2-0cf0102e1c9ff86013ad755118164ad817831b13.tar.gz gentoo-2-0cf0102e1c9ff86013ad755118164ad817831b13.tar.bz2 gentoo-2-0cf0102e1c9ff86013ad755118164ad817831b13.zip |
Add Perl 5.22 as provider, remove Perl 5.18 as provider
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'virtual/perl-Math-Complex')
-rw-r--r-- | virtual/perl-Math-Complex/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r5.ebuild (renamed from virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r4.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/virtual/perl-Math-Complex/ChangeLog b/virtual/perl-Math-Complex/ChangeLog index 89875f8f9df5..6182afff790b 100644 --- a/virtual/perl-Math-Complex/ChangeLog +++ b/virtual/perl-Math-Complex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Math-Complex -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/ChangeLog,v 1.19 2014/11/08 16:11:08 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/ChangeLog,v 1.20 2015/06/07 22:20:40 dilfridge Exp $ + +*perl-Math-Complex-1.590.0-r5 (07 Jun 2015) + + 07 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-Math-Complex-1.590.0-r4.ebuild, +perl-Math-Complex-1.590.0-r5.ebuild: + Add Perl 5.22 as provider, remove Perl 5.18 as provider *perl-Math-Complex-1.590.0-r4 (08 Nov 2014) diff --git a/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r4.ebuild b/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r5.ebuild index 477e061273e1..899645d7bd31 100644 --- a/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r4.ebuild +++ b/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r4.ebuild,v 1.1 2014/11/08 16:11:08 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r5.ebuild,v 1.1 2015/06/07 22:20:40 dilfridge Exp $ EAPI=5 @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND=" - || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " |