diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 19:38:18 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 19:38:18 +0000 |
commit | 03ad0043e5a163a465e323d43d3b9bb90277c111 (patch) | |
tree | 469921ebe2b3ed167d9733673884d2fc3ef6a3bd /virtual/perl-Math-BigInt | |
parent | Sorry, proper rdeps (diff) | |
download | historical-03ad0043e5a163a465e323d43d3b9bb90277c111.tar.gz historical-03ad0043e5a163a465e323d43d3b9bb90277c111.tar.bz2 historical-03ad0043e5a163a465e323d43d3b9bb90277c111.zip |
Updated RDEPENDS
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'virtual/perl-Math-BigInt')
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 12f2c8cd70b5..5843614b52dc 100644 --- a/virtual/perl-Math-BigInt/ChangeLog +++ b/virtual/perl-Math-BigInt/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-Math-BigInt/ChangeLog,v 1.2 2006/02/08 18:56:46 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.3 2006/02/13 19:38:18 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> + perl-Math-BigInt-1.77.ebuild: + Updated RDEPENDS 08 Feb 2006; Simon Stelling <blubb@gentoo.org> perl-Math-BigInt-1.77.ebuild: diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild index 1ec9d08c2b9c..6b93a5357a10 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.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-Math-BigInt/perl-Math-BigInt-1.77.ebuild,v 1.2 2006/02/08 18:56:46 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild,v 1.3 2006/02/13 19:38:18 mcummings Exp $ DESCRIPTION="Virtual for Math-BigInt" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~ppc s390 sh sparc x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Math-BigInt-${PV}" +RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Math-BigInt-${PV} )" |