diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 20:00:52 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 20:00:52 +0000 |
commit | 2078b1af025ce7f9ce69248d719278c447647373 (patch) | |
tree | 237244552caa879e6c2ad7df25ec40e4365a0700 /virtual/perl-Safe | |
parent | Removed from dev-lisp: Frequent upstream releases means a CVS ebuild for ECLS... (diff) | |
download | historical-2078b1af025ce7f9ce69248d719278c447647373.tar.gz historical-2078b1af025ce7f9ce69248d719278c447647373.tar.bz2 historical-2078b1af025ce7f9ce69248d719278c447647373.zip |
Updated RDEPS
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'virtual/perl-Safe')
-rw-r--r-- | virtual/perl-Safe/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog index 1651b765a7ca..660afaec2f4b 100644 --- a/virtual/perl-Safe/ChangeLog +++ b/virtual/perl-Safe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gentoo-x86/virtual # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.1 2006/02/07 11:54:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.2 2006/02/13 19:51:18 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> + perl-Safe-2.11.ebuild: + Updated RDEPS *perl-Safe-2.11 (07 Feb 2006) diff --git a/virtual/perl-Safe/perl-Safe-2.11.ebuild b/virtual/perl-Safe/perl-Safe-2.11.ebuild index c277626c66ba..de58e27c045f 100644 --- a/virtual/perl-Safe/perl-Safe-2.11.ebuild +++ b/virtual/perl-Safe/perl-Safe-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.11.ebuild,v 1.1 2006/02/07 11:54:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.11.ebuild,v 1.2 2006/02/13 19:51:18 mcummings Exp $ DESCRIPTION="Virtual for Safe" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Safe-${PV}" +RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Safe-${PV} )" |