summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-05 10:28:12 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-05 10:28:12 +0000
commitaf48de16faf5f95d20a131a00c76b95ff2f88b8c (patch)
tree6a04b0e39ddac534552a9eef74487de63657ba86 /dev-perl/Test-Memory-Cycle
parentVersion bump, bug 138402, vcd useflag, bug 138356 (diff)
downloadgentoo-2-af48de16faf5f95d20a131a00c76b95ff2f88b8c.tar.gz
gentoo-2-af48de16faf5f95d20a131a00c76b95ff2f88b8c.tar.bz2
gentoo-2-af48de16faf5f95d20a131a00c76b95ff2f88b8c.zip
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Test-Memory-Cycle')
-rw-r--r--dev-perl/Test-Memory-Cycle/ChangeLog6
-rw-r--r--dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/Test-Memory-Cycle/ChangeLog b/dev-perl/Test-Memory-Cycle/ChangeLog
index 5e5a9a4415d9..95a811bf1309 100644
--- a/dev-perl/Test-Memory-Cycle/ChangeLog
+++ b/dev-perl/Test-Memory-Cycle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Memory-Cycle
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.10 2006/04/05 10:34:57 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.11 2006/07/05 10:28:12 ian Exp $
+
+ 05 Jul 2006; Christian Hartmann <ian@gentoo.org>
+ Test-Memory-Cycle-1.02.ebuild:
+ Fixed RDEPEND wrt bug #134781
05 Apr 2006; <mcumming@gentoo.org> Test-Memory-Cycle-1.02.ebuild:
Marking ~amd64, tested on pitr
diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild
index 77cf668fdd79..4cc4ca69c219 100644
--- a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild
+++ b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.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/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild,v 1.8 2006/04/05 10:34:57 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild,v 1.9 2006/07/05 10:28:12 ian Exp $
inherit perl-module
@@ -18,3 +18,4 @@ SRC_TEST="do"
DEPEND="dev-perl/Devel-Cycle
|| ( >=virtual/perl-Test-Simple-0.62
( <virtual/perl-Test-Simple-0.62 dev-perl/Test-Builder-Tester ) )"
+RDEPEND="${DEPEND}" \ No newline at end of file