diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-29 15:58:52 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-29 15:58:52 +0000 |
commit | 3ec8ceda407fc82d737483e75848a2bcdf08e27b (patch) | |
tree | 1bbb356dea23d7110a2c8d90471d4fc4cc8922b3 /perl-core | |
parent | Use perl virtual (diff) | |
download | gentoo-2-3ec8ceda407fc82d737483e75848a2bcdf08e27b.tar.gz gentoo-2-3ec8ceda407fc82d737483e75848a2bcdf08e27b.tar.bz2 gentoo-2-3ec8ceda407fc82d737483e75848a2bcdf08e27b.zip |
Use perl virtual
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 94BFDF4484AD142F)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild | 4 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 2fb3ac671482..baffd8f9c816 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.88 2014/07/26 14:04:37 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.89 2014/07/29 15:58:52 dilfridge Exp $ + + 29 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + Math-BigInt-1.997.0-r2.ebuild, Math-BigInt-1.999.300.ebuild: + Use perl virtual *Math-BigInt-1.997.0-r2 (26 Jul 2014) diff --git a/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild index aa7b57e7554d..ecf6d279f4e8 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.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-r2.ebuild,v 1.1 2014/07/26 14:04:37 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild,v 1.2 2014/07/29 15:58:52 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND=">=virtual/perl-Scalar-List-Utils-1.140.0" DEPEND="${RDEPEND}" PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0 - >=perl-core/bignum-0.220.0 + >=virtual/perl-bignum-0.220.0 >=virtual/perl-Math-BigRat-0.260.200" PATCHES=( "${FILESDIR}/${P}-overload.patch" ) diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild index 21a82eba7df2..8763641fd2e3 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.999.300.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.999.300.ebuild,v 1.1 2014/07/26 11:58:41 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild,v 1.2 2014/07/29 15:58:52 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND=">=virtual/perl-Scalar-List-Utils-1.140.0" DEPEND="${RDEPEND}" PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0 - >=perl-core/bignum-0.220.0 + >=virtual/perl-bignum-0.220.0 >=virtual/perl-Math-BigRat-0.260.200" SRC_TEST="do" |