diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:30:43 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:30:43 +0000 |
commit | 6d7ee44a6902fe865243a8dbf316ee4731b07126 (patch) | |
tree | d427c9cb8f259f3e5e2580b3b54629b61628c439 | |
parent | Fixed RDEPEND wrt bug #134781; fixed header (diff) | |
download | gentoo-2-6d7ee44a6902fe865243a8dbf316ee4731b07126.tar.gz gentoo-2-6d7ee44a6902fe865243a8dbf316ee4731b07126.tar.bz2 gentoo-2-6d7ee44a6902fe865243a8dbf316ee4731b07126.zip |
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.03.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.13.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/CGI-Session/ChangeLog | 6 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.03.ebuild b/dev-perl/CGI-Session/CGI-Session-4.03.ebuild index 7166109e97ea..aaaabd0f2363 100644 --- a/dev-perl/CGI-Session/CGI-Session-4.03.ebuild +++ b/dev-perl/CGI-Session/CGI-Session-4.03.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/CGI-Session/CGI-Session-4.03.ebuild,v 1.6 2006/03/30 22:14:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.03.ebuild,v 1.7 2006/07/03 20:30:43 ian Exp $ inherit perl-module @@ -16,3 +16,4 @@ IUSE="" SRC_TEST="do" DEPEND="virtual/perl-Digest-MD5" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/CGI-Session/CGI-Session-4.13.ebuild b/dev-perl/CGI-Session/CGI-Session-4.13.ebuild index ead466171638..d3c3eb810aa8 100644 --- a/dev-perl/CGI-Session/CGI-Session-4.13.ebuild +++ b/dev-perl/CGI-Session/CGI-Session-4.13.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/CGI-Session/CGI-Session-4.13.ebuild,v 1.2 2006/06/11 23:50:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.13.ebuild,v 1.3 2006/07/03 20:30:43 ian Exp $ inherit perl-module @@ -16,3 +16,4 @@ IUSE="" SRC_TEST="do" DEPEND="virtual/perl-Digest-MD5" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog index 7dc070d87b58..5ea11b820359 100644 --- a/dev-perl/CGI-Session/ChangeLog +++ b/dev-perl/CGI-Session/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/CGI-Session # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.10 2006/06/11 23:50:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.11 2006/07/03 20:30:43 ian Exp $ + + 03 Jul 2006; Christian Hartmann <ian@gentoo.org> CGI-Session-4.03.ebuild, + CGI-Session-4.13.ebuild: + Fixed RDEPEND wrt bug #134781 11 Jun 2006; Michael Cummings <mcummings@gentoo.org> CGI-Session-4.13.ebuild: |