diff options
Diffstat (limited to 'perl-core/bignum/bignum-0.24.ebuild')
-rw-r--r-- | perl-core/bignum/bignum-0.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-core/bignum/bignum-0.24.ebuild b/perl-core/bignum/bignum-0.24.ebuild index c1f9a0f83ac1..6a0b433d4e85 100644 --- a/perl-core/bignum/bignum-0.24.ebuild +++ b/perl-core/bignum/bignum-0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.24.ebuild,v 1.2 2014/07/10 14:20:17 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.24.ebuild,v 1.3 2014/07/10 22:11:02 dilfridge Exp $ EAPI=3 @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" IUSE="test" RDEPEND=">=virtual/perl-Math-BigInt-1.88 - >=perl-core/Math-BigRat-0.21" + >=virtual/perl-Math-BigRat-0.21" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod >=dev-perl/Test-Pod-Coverage-1.08 )" |