diff options
Diffstat (limited to 'virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild')
-rw-r--r-- | virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild b/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild index 38a99f38bf45..0f8ea1d16699 100644 --- a/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild +++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-1.95.ebuild,v 1.1 2006/02/07 11:58:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild,v 1.2 2006/02/13 19:58:37 mcummings Exp $ DESCRIPTION="Virtual for Text-Balanced" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Text-Balanced-${PV}" +RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Text-Balanced-${PV} )" |