diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 10:25:47 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 10:25:47 +0000 |
commit | 5f42c35e4f6926cf9a45635f7362e33f2acf0bec (patch) | |
tree | c36478e370eea37f1da147d8fb5630a625d996d4 /dev-perl/Test-Exception | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | gentoo-2-5f42c35e4f6926cf9a45635f7362e33f2acf0bec.tar.gz gentoo-2-5f42c35e4f6926cf9a45635f7362e33f2acf0bec.tar.bz2 gentoo-2-5f42c35e4f6926cf9a45635f7362e33f2acf0bec.zip |
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.20.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.21.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index ec4d0a7dcd09..0a5ef4dc9225 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.19 2006/06/12 16:41:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.20 2006/07/05 10:25:47 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> + Test-Exception-0.20.ebuild, Test-Exception-0.21.ebuild: + Fixed RDEPEND wrt bug #134781 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> Test-Exception-0.21.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild index 612d220580f9..3987b26f3bea 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.20.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-Exception/Test-Exception-0.20.ebuild,v 1.11 2006/02/13 14:06:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.12 2006/07/05 10:25:47 ian Exp $ inherit perl-module @@ -17,3 +17,4 @@ SRC_TEST="do" DEPEND="|| ( >=virtual/perl-Test-Simple-0.62 ( <virtual/perl-Test-Simple-0.62 dev-perl/Test-Builder-Tester ) ) dev-perl/Sub-Uplevel" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild index 5157c9a3efef..ccf7e05a9ece 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.21.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-Exception/Test-Exception-0.21.ebuild,v 1.4 2006/06/12 16:41:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.21.ebuild,v 1.5 2006/07/05 10:25:47 ian Exp $ inherit perl-module @@ -18,3 +18,4 @@ DEPEND="|| ( >=virtual/perl-Test-Simple-0.62 ( <virtual/perl-Test-Simple-0.62 dev-perl/Test-Builder-Tester ) ) dev-perl/module-build dev-perl/Sub-Uplevel" +RDEPEND="${DEPEND}"
\ No newline at end of file |