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 | |
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')
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.89.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 35af0618c389..726c32d3df51 100644 --- a/virtual/perl-Math-BigInt/ChangeLog +++ b/virtual/perl-Math-BigInt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Math-BigInt -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.27 2008/11/15 19:32:43 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.28 2009/08/25 10:56:48 tove Exp $ + + 25 Aug 2009; Torsten Veller <tove@gentoo.org> + perl-Math-BigInt-1.89.ebuild: + Add support for perl-5.10.1 15 Nov 2008; Raúl Porcel <armin76@gentoo.org> perl-Math-BigInt-1.89.ebuild: diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.89.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.89.ebuild index 533dfa728049..61539ef1a40f 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.89.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.89.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/perl-Math-BigInt-1.89.ebuild,v 1.2 2008/11/15 19:32:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.89.ebuild,v 1.3 2009/08/25 10:56:48 tove Exp $ DESCRIPTION="Virtual for Math-BigInt" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,4 +12,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Math-BigInt-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Math-BigInt-${PV} )" |