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-Storable | |
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-Storable')
-rw-r--r-- | virtual/perl-Storable/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.13.ebuild | 4 | ||||
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.15.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/virtual/perl-Storable/ChangeLog b/virtual/perl-Storable/ChangeLog index 6033ea31c6e0..370be7341568 100644 --- a/virtual/perl-Storable/ChangeLog +++ b/virtual/perl-Storable/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-Storable/ChangeLog,v 1.2 2006/02/08 18:57:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.3 2006/02/13 19:53:36 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> + perl-Storable-2.13.ebuild, perl-Storable-2.15.ebuild: + Updated RDEPS 08 Feb 2006; Simon Stelling <blubb@gentoo.org> perl-Storable-2.15.ebuild: stable on amd64 diff --git a/virtual/perl-Storable/perl-Storable-2.13.ebuild b/virtual/perl-Storable/perl-Storable-2.13.ebuild index 9fc456d522db..4e518fbb69bd 100644 --- a/virtual/perl-Storable/perl-Storable-2.13.ebuild +++ b/virtual/perl-Storable/perl-Storable-2.13.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-Storable/perl-Storable-2.13.ebuild,v 1.1 2006/02/07 11:56:18 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.13.ebuild,v 1.2 2006/02/13 19:53:36 mcummings Exp $ DESCRIPTION="Virtual for Storable" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Storable-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.8.7 ~perl-core/Storable-${PV} )" diff --git a/virtual/perl-Storable/perl-Storable-2.15.ebuild b/virtual/perl-Storable/perl-Storable-2.15.ebuild index 2e670b075b09..33dbe27e8ac8 100644 --- a/virtual/perl-Storable/perl-Storable-2.15.ebuild +++ b/virtual/perl-Storable/perl-Storable-2.15.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-Storable/perl-Storable-2.15.ebuild,v 1.2 2006/02/08 18:57:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.15.ebuild,v 1.3 2006/02/13 19:53:36 mcummings Exp $ DESCRIPTION="Virtual for Storable" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Storable-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Storable-${PV} )" |