summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-10 22:08:47 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-10 22:08:47 +0000
commit5e03209b13c99104f12b36c8ea44739a1e2161df (patch)
treea1f8e72acb405dc26f7c16aab2de1f9ede51cc35 /perl-core
parentImprove dependencies (diff)
downloadgentoo-2-5e03209b13c99104f12b36c8ea44739a1e2161df.tar.gz
gentoo-2-5e03209b13c99104f12b36c8ea44739a1e2161df.tar.bz2
gentoo-2-5e03209b13c99104f12b36c8ea44739a1e2161df.zip
Improve dependencies
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Math-BigInt/ChangeLog6
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog
index f01f6af3be49..8864c2a47914 100644
--- a/perl-core/Math-BigInt/ChangeLog
+++ b/perl-core/Math-BigInt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/Math-BigInt
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.85 2014/01/25 20:20:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.86 2014/07/10 22:08:47 dilfridge Exp $
+
+ 10 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ Math-BigInt-1.997.0.ebuild:
+ Improve dependencies
25 Jan 2014; Mikle Kolyada <zlogene@gentoo.org>
+files/Math-BigInt-1.997.0-overload.patch, Math-BigInt-1.997.0.ebuild:
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild
index c5f65ceffcde..7afa054e63a4 100644
--- a/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild
+++ b/perl-core/Math-BigInt/Math-BigInt-1.997.0.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/Math-BigInt/Math-BigInt-1.997.0.ebuild,v 1.13 2014/01/25 20:20:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild,v 1.14 2014/07/10 22:08:47 dilfridge Exp $
EAPI=4
@@ -19,7 +19,7 @@ DEPEND="${RDEPEND}"
PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0
>=perl-core/bignum-0.220.0
- >=perl-core/Math-BigRat-0.260.200"
+ >=virtual/perl-Math-BigRat-0.260.200"
PATCHES=( "${FILESDIR}/${P}-overload.patch" )