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 | |
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')
-rw-r--r-- | dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.09.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/CGI-FastTemplate/ChangeLog | 6 |
2 files changed, 8 insertions, 3 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}" diff --git a/dev-perl/CGI-FastTemplate/ChangeLog b/dev-perl/CGI-FastTemplate/ChangeLog index df230ab1383c..568201324d2d 100644 --- a/dev-perl/CGI-FastTemplate/ChangeLog +++ b/dev-perl/CGI-FastTemplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/CGI-FastTemplate # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FastTemplate/ChangeLog,v 1.11 2006/07/03 20:29:49 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FastTemplate/ChangeLog,v 1.12 2006/08/04 22:42:44 mcummings Exp $ + + 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> + CGI-FastTemplate-1.09.ebuild: + Adding perl dep; fixed DEPEND 03 Jul 2006; Christian Hartmann <ian@gentoo.org> CGI-FastTemplate-1.09.ebuild: |