diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:43:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:43:25 +0000 |
commit | 9984527148f158f9a34a3e453284ec19606267da (patch) | |
tree | 86d0a95d84cbfacbd2de763e20d75983ddc9eda3 /dev-perl/CGI-Session/CGI-Session-4.13.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-9984527148f158f9a34a3e453284ec19606267da.tar.gz gentoo-2-9984527148f158f9a34a3e453284ec19606267da.tar.bz2 gentoo-2-9984527148f158f9a34a3e453284ec19606267da.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/CGI-Session/CGI-Session-4.13.ebuild')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.13.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.13.ebuild b/dev-perl/CGI-Session/CGI-Session-4.13.ebuild index ec6fc98fdfd0..2837db7f19ae 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.4 2006/07/13 04:12:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.13.ebuild,v 1.5 2006/08/04 22:43:25 mcummings Exp $ inherit perl-module @@ -15,5 +15,6 @@ IUSE="" SRC_TEST="do" -DEPEND="virtual/perl-Digest-MD5" -RDEPEND="${DEPEND}"
\ No newline at end of file +DEPEND="virtual/perl-Digest-MD5 + dev-lang/perl" +RDEPEND="${DEPEND}" |