diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
commit | 5ae303cb909c12d4905541dd2b1352e4cedb12a5 (patch) | |
tree | e613101366ec6305dbb6b6150d8dc0cf461f8b4c /eclass/horde.eclass | |
parent | Update to support selinux USE flag (blame spb). (diff) | |
download | gentoo-2-5ae303cb909c12d4905541dd2b1352e4cedb12a5.tar.gz gentoo-2-5ae303cb909c12d4905541dd2b1352e4cedb12a5.tar.bz2 gentoo-2-5ae303cb909c12d4905541dd2b1352e4cedb12a5.zip |
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/horde.eclass')
-rw-r--r-- | eclass/horde.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass index 956ad10f2d9c..b2f7d47e1c8b 100644 --- a/eclass/horde.eclass +++ b/eclass/horde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.23 2005/07/06 23:07:38 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.24 2005/07/11 15:08:06 swegener Exp $ # # Help manage the horde project http://www.horde.org/ # @@ -9,7 +9,7 @@ # SNAP additions by Jonathan Polansky <jpolansky@lsit.ucsb.edu> # # This eclass provides generic functions to make the writing of horde -# ebuilds fairly trivial since there are many horde applications and +# ebuilds fairly trivial since there are many horde applications and # they all share the same basic install process. # EHORDE_SNAP @@ -131,7 +131,7 @@ horde_pkg_postinst() { if [[ ${EHORDE_CVS} = "true" ]] ; then ewarn ewarn "Use these CVS versions at your own risk." - ewarn "They tend to break things when working with" + ewarn "They tend to break things when working with" ewarn "the non CVS versions of horde." fi if use vhosts ; then |