diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
commit | 5db60a0fb4d17ace93a54a273ca1af1705010389 (patch) | |
tree | d1e516f3e0efd6617e9ee8d8e069840980f1296c /dev-perl/CGI-FastTemplate | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.gz historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.bz2 historical-5db60a0fb4d17ace93a54a273ca1af1705010389.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-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: |