diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:13:41 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:13:41 +0000 |
commit | 4a2fa74b45e2dd9ca4bda0588712cf8fa8a62182 (patch) | |
tree | 1e9ec526dabf72a97d00cf5cfab4fc2d8dbd7b90 /dev-perl/Apache-AuthCookie | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-4a2fa74b45e2dd9ca4bda0588712cf8fa8a62182.tar.gz gentoo-2-4a2fa74b45e2dd9ca4bda0588712cf8fa8a62182.tar.bz2 gentoo-2-4a2fa74b45e2dd9ca4bda0588712cf8fa8a62182.zip |
Adding perl dep; fixed DEPEND
(Portage version: 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: |