diff options
Diffstat (limited to 'virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild')
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} )" |