summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/perl-Test-Simple')
-rw-r--r--virtual/perl-Test-Simple/ChangeLog6
-rw-r--r--virtual/perl-Test-Simple/perl-Test-Simple-0.92.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Test-Simple/ChangeLog b/virtual/perl-Test-Simple/ChangeLog
index 93e7ada7af74..da99860c5606 100644
--- a/virtual/perl-Test-Simple/ChangeLog
+++ b/virtual/perl-Test-Simple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for virtual/perl-Test-Simple
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/ChangeLog,v 1.43 2009/07/07 02:28:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/ChangeLog,v 1.44 2009/08/25 10:56:50 tove Exp $
+
+ 25 Aug 2009; Torsten Veller <tove@gentoo.org>
+ perl-Test-Simple-0.92.ebuild:
+ Add support for perl-5.10.1
07 Jul 2009; Jeroen Roovers <jer@gentoo.org> perl-Test-Simple-0.80.ebuild:
Stable for HPPA too.
diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-0.92.ebuild b/virtual/perl-Test-Simple/perl-Test-Simple-0.92.ebuild
index aa8aea5f4413..63b6c5952171 100644
--- a/virtual/perl-Test-Simple/perl-Test-Simple-0.92.ebuild
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-0.92.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-Test-Simple/perl-Test-Simple-0.92.ebuild,v 1.1 2009/07/04 06:03:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-0.92.ebuild,v 1.2 2009/08/25 10:56:50 tove Exp $
DESCRIPTION="Virtual for Test-Simple"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,4 +12,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Test-Simple-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Test-Simple-${PV} )"