diff options
Diffstat (limited to 'virtual/perl-Text-Balanced')
-rw-r--r-- | virtual/perl-Text-Balanced/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Text-Balanced/ChangeLog b/virtual/perl-Text-Balanced/ChangeLog index a806eb00ad8c..f5bf35efe7aa 100644 --- a/virtual/perl-Text-Balanced/ChangeLog +++ b/virtual/perl-Text-Balanced/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Text-Balanced # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.21 2009/08/02 18:49:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.22 2009/08/25 10:56:55 tove Exp $ + + 25 Aug 2009; Torsten Veller <tove@gentoo.org> + perl-Text-Balanced-2.0.0.ebuild: + Add support for perl-5.10.1 *perl-Text-Balanced-2.02 (02 Aug 2009) diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild index 1b01edb2b965..b71eb07f4b0d 100644 --- a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild +++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild,v 1.13 2009/05/12 13:02:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.0.0.ebuild,v 1.14 2009/08/25 10:56:55 tove Exp $ DESCRIPTION="Virtual for Text-Balanced" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,4 +12,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-f IUSE="" DEPEND="" -RDEPEND="~perl-core/Text-Balanced-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Text-Balanced-${PV} )" |