diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-25 10:57:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-25 10:57:01 +0000 |
commit | f0acd8f2392cc74d6f259385b6fec5e48d609012 (patch) | |
tree | a101d65f39b052e5f28048b2794ddba217128813 /virtual/perl-Math-BigInt-FastCalc | |
parent | Renamed xfce4-battery and xfce4-cellmodem. (diff) | |
download | gentoo-2-f0acd8f2392cc74d6f259385b6fec5e48d609012.tar.gz gentoo-2-f0acd8f2392cc74d6f259385b6fec5e48d609012.tar.bz2 gentoo-2-f0acd8f2392cc74d6f259385b6fec5e48d609012.zip |
Add support for perl-5.10.1
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Math-BigInt-FastCalc')
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/virtual/perl-Math-BigInt-FastCalc/ChangeLog b/virtual/perl-Math-BigInt-FastCalc/ChangeLog index a9e11a75b263..c59d6cacd5af 100644 --- a/virtual/perl-Math-BigInt-FastCalc/ChangeLog +++ b/virtual/perl-Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Math-BigInt-FastCalc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.3 2009/03/13 22:30:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.4 2009/08/25 10:57:01 tove Exp $ + + 25 Aug 2009; Torsten Veller <tove@gentoo.org> + perl-Math-BigInt-FastCalc-0.19.ebuild: + Add support for perl-5.10.1 13 Mar 2009; Torsten Veller <tove@gentoo.org> -perl-Math-BigInt-FastCalc-0.16.ebuild: diff --git a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild index 90e4ea16dc0e..3f86e7ed8ffc 100644 --- a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild +++ b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild,v 1.2 2008/11/03 16:46:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.19.ebuild,v 1.3 2009/08/25 10:57:01 tove Exp $ DESCRIPTION="Math::BigInt::Calc with some XS for more speed" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -13,4 +13,4 @@ KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Math-BigInt-FastCalc-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Math-BigInt-FastCalc-${PV} )" |