summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-06 23:07:38 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-06 23:07:38 +0000
commitba32379f1b4660baf39d0fb9ae5d98d0f87bbf6a (patch)
tree59641898a2458f746b093d5bbb8ab8bb98e3571c
parentFixes for bug 97960 and bug 97961 (diff)
downloadgentoo-2-ba32379f1b4660baf39d0fb9ae5d98d0f87bbf6a.tar.gz
gentoo-2-ba32379f1b4660baf39d0fb9ae5d98d0f87bbf6a.tar.bz2
gentoo-2-ba32379f1b4660baf39d0fb9ae5d98d0f87bbf6a.zip
vhost -> vhosts
-rw-r--r--eclass/horde.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass
index 291ef362ca99..956ad10f2d9c 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.22 2005/07/06 20:46:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.23 2005/07/06 23:07:38 swegener Exp $
#
# Help manage the horde project http://www.horde.org/
#
@@ -25,7 +25,7 @@
inherit webapp eutils
[[ ${PN} != ${PN/-cvs} ]] && inherit cvs
-IUSE="vhost"
+IUSE="vhosts"
EXPORT_FUNCTIONS pkg_setup src_unpack src_install pkg_postinst
@@ -134,7 +134,7 @@ horde_pkg_postinst() {
ewarn "They tend to break things when working with"
ewarn "the non CVS versions of horde."
fi
- if use vhost ; then
+ if use vhosts ; then
echo
ewarn "When installing horde into a vhost dir, you will"
ewarn "need to use the -d option so that it is installed"