summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-01-25 20:20:15 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-01-25 20:20:15 +0000
commit03631a17bad87bccd7b5b109706c7dbabc962825 (patch)
treed79d4b60eba8fa020bcc6d0638c80792bf35ffb5 /perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild
parentremove broken version (diff)
downloadhistorical-03631a17bad87bccd7b5b109706c7dbabc962825.tar.gz
historical-03631a17bad87bccd7b5b109706c7dbabc962825.tar.bz2
historical-03631a17bad87bccd7b5b109706c7dbabc962825.zip
fix overload warning (bug #427040)
Package-Manager: portage-2.2.7/cvs/Linux x86_64 Manifest-Sign-Key: 0xC42EB5D6
Diffstat (limited to 'perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild')
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild6
1 files changed, 4 insertions, 2 deletions
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 70838e7a81df..c5f65ceffcde 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-2013 Gentoo Foundation
+# 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.12 2013/03/02 16:18:36 ago Exp $
+# $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 $
EAPI=4
@@ -21,4 +21,6 @@ PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0
>=perl-core/bignum-0.220.0
>=perl-core/Math-BigRat-0.260.200"
+PATCHES=( "${FILESDIR}/${P}-overload.patch" )
+
SRC_TEST="do"