diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:42:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:42:44 +0000 |
commit | 5a74de9f599b1779f885834c2b47fc611cec31b1 (patch) | |
tree | fd706ed6cf5ee6830edfffe0dad86807e1abddfa /dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-5a74de9f599b1779f885834c2b47fc611cec31b1.tar.gz gentoo-2-5a74de9f599b1779f885834c2b47fc611cec31b1.tar.bz2 gentoo-2-5a74de9f599b1779f885834c2b47fc611cec31b1.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild')
-rw-r--r-- | dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild index e44cf86f6f54..803e38c5180b 100644 --- a/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild +++ b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.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-FastTemplate/CGI-FastTemplate-1.09.ebuild,v 1.16 2006/07/03 20:29:49 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild,v 1.17 2006/08/04 22:42:44 mcummings Exp $ inherit perl-module @@ -13,5 +13,6 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="" -DEPEND=">=perl-core/CGI-2.78-r3" +DEPEND=">=perl-core/CGI-2.78-r3 + dev-lang/perl" RDEPEND="${DEPEND}" |