diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-09-13 19:35:57 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-09-13 19:35:57 +0000 |
commit | df894f94f9e56f4807bcce09d9564147b38a9c24 (patch) | |
tree | d2f1672f646e0ef7374ac2b3f28c80cada6b858e /virtual/perl-File-Spec | |
parent | Fix dependencies, bug 520954 (diff) | |
download | gentoo-2-df894f94f9e56f4807bcce09d9564147b38a9c24.tar.gz gentoo-2-df894f94f9e56f4807bcce09d9564147b38a9c24.tar.bz2 gentoo-2-df894f94f9e56f4807bcce09d9564147b38a9c24.zip |
Fix dependencies, bug 520954
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual/perl-File-Spec')
-rw-r--r-- | virtual/perl-File-Spec/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-File-Spec/perl-File-Spec-3.470.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-File-Spec/ChangeLog b/virtual/perl-File-Spec/ChangeLog index 56ea6ea62a36..d8c489653417 100644 --- a/virtual/perl-File-Spec/ChangeLog +++ b/virtual/perl-File-Spec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-File-Spec # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.88 2014/07/20 12:14:09 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.89 2014/09/13 19:35:57 dilfridge Exp $ + + 13 Sep 2014; Andreas K. Huettel <dilfridge@gentoo.org> + perl-File-Spec-3.470.0.ebuild: + Fix dependencies, bug 520954 *perl-File-Spec-3.400.0-r2 (20 Jul 2014) diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.470.0.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.470.0.ebuild index 44c8e187e887..7002b2d01b30 100644 --- a/virtual/perl-File-Spec/perl-File-Spec-3.470.0.ebuild +++ b/virtual/perl-File-Spec/perl-File-Spec-3.470.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.470.0.ebuild,v 1.2 2014/07/20 12:14:09 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.470.0.ebuild,v 1.3 2014/09/13 19:35:57 dilfridge Exp $ EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="" RDEPEND=" - || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.20.0* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " |