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/Apache-AuthCookie | |
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/Apache-AuthCookie')
-rw-r--r-- | dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/Apache-AuthCookie/ChangeLog | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild index f16b37ff9e89..7d1fe1a8d86d 100644 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.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/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild,v 1.6 2006/07/10 19:57:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild,v 1.7 2006/08/04 22:13:41 mcummings Exp $ inherit perl-module @@ -13,5 +13,6 @@ SLOT="0" KEYWORDS="ia64 x86" IUSE="" -DEPEND=">=www-apache/mod_perl-2" -RDEPEND="${DEPEND}"
\ No newline at end of file +DEPEND=">=www-apache/mod_perl-2 + dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Apache-AuthCookie/ChangeLog b/dev-perl/Apache-AuthCookie/ChangeLog index beaa0ace3c30..b39a6227fb8c 100644 --- a/dev-perl/Apache-AuthCookie/ChangeLog +++ b/dev-perl/Apache-AuthCookie/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Apache-AuthCookie # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.6 2006/07/10 19:57:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.7 2006/08/04 22:13:41 mcummings Exp $ + + 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Apache-AuthCookie-3.08.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Apache-AuthCookie-3.08.ebuild: |