diff options
author | 2006-06-10 16:19:54 +0000 | |
---|---|---|
committer | 2006-06-10 16:19:54 +0000 | |
commit | f795b1ff937d5880b547f44ffa28f363fcf132b2 (patch) | |
tree | f73b04e47b6aa54c647086f9772cceba6c2a6e91 /eclass/apache-module.eclass | |
parent | fix header (diff) | |
download | gentoo-2-f795b1ff937d5880b547f44ffa28f363fcf132b2.tar.gz gentoo-2-f795b1ff937d5880b547f44ffa28f363fcf132b2.tar.bz2 gentoo-2-f795b1ff937d5880b547f44ffa28f363fcf132b2.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/apache-module.eclass')
-rw-r--r-- | eclass/apache-module.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/apache-module.eclass b/eclass/apache-module.eclass index f038a848a07d..754904d111e9 100644 --- a/eclass/apache-module.eclass +++ b/eclass/apache-module.eclass @@ -1,14 +1,14 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # Author Michael Tindal <urilith@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.14 2006/06/04 19:15:09 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.15 2006/06/10 16:19:54 swegener Exp $ inherit depend.apache # This eclass provides a common set of functions for Apache modules. # NOTE: If you use this, be sure you use the need_* call after you have -# defined DEPEND and RDEPEND. Also note that you can not rely on the +# defined DEPEND and RDEPEND. Also note that you can not rely on the # automatic RDEPEND=DEPEND that portage does if you use this eclass. # See bug 107127 for more information. |