diff options
author | 2014-07-19 16:24:24 +0000 | |
---|---|---|
committer | 2014-07-19 16:24:24 +0000 | |
commit | 7c8cff4e8a41e295ae65323b1d992a36320e0c4c (patch) | |
tree | 47f5817843b2de7041760b1c444ca6023e0bb459 /virtual | |
parent | ppc64 stable wrt bug #506702 (diff) | |
download | gentoo-2-7c8cff4e8a41e295ae65323b1d992a36320e0c4c.tar.gz gentoo-2-7c8cff4e8a41e295ae65323b1d992a36320e0c4c.tar.bz2 gentoo-2-7c8cff4e8a41e295ae65323b1d992a36320e0c4c.zip |
Improve dependencies
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-File-Path/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-File-Path/perl-File-Path-2.90.0-r2.ebuild (renamed from virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/virtual/perl-File-Path/ChangeLog b/virtual/perl-File-Path/ChangeLog index af0133bd2651..91d984fb62b2 100644 --- a/virtual/perl-File-Path/ChangeLog +++ b/virtual/perl-File-Path/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-File-Path # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/ChangeLog,v 1.11 2014/07/06 15:35:50 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/ChangeLog,v 1.12 2014/07/19 16:24:24 dilfridge Exp $ + +*perl-File-Path-2.90.0-r2 (19 Jul 2014) + + 19 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-File-Path-2.90.0-r1.ebuild, +perl-File-Path-2.90.0-r2.ebuild: + Improve dependencies *perl-File-Path-2.90.0-r1 (06 Jul 2014) diff --git a/virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild b/virtual/perl-File-Path/perl-File-Path-2.90.0-r2.ebuild index 251a3a31c967..2958dbd2ce35 100644 --- a/virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild +++ b/virtual/perl-File-Path/perl-File-Path-2.90.0-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild,v 1.1 2014/07/06 15:35:50 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/perl-File-Path-2.90.0-r2.ebuild,v 1.1 2014/07/19 16:24:24 dilfridge Exp $ EAPI=5 -DESCRIPTION="Virtual for File-Path" +DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" SRC_URI="" @@ -16,4 +16,5 @@ IUSE="" RDEPEND=" || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 " |