diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:46:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:46:32 +0000 |
commit | d4dd0d4b7db6f33e3cd90fd0ad5d8f8399c4d3e0 (patch) | |
tree | 685da6104475b770dc347cdf5466e40cf8150ad9 /eclass/horde.eclass | |
parent | Remove IUSE="bootstrap pam" since axxo pointed out this is a bad idea (diff) | |
download | gentoo-2-d4dd0d4b7db6f33e3cd90fd0ad5d8f8399c4d3e0.tar.gz gentoo-2-d4dd0d4b7db6f33e3cd90fd0ad5d8f8399c4d3e0.tar.bz2 gentoo-2-d4dd0d4b7db6f33e3cd90fd0ad5d8f8399c4d3e0.zip |
add IUSE=vhost
Diffstat (limited to 'eclass/horde.eclass')
-rw-r--r-- | eclass/horde.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass index 1cc2d2e20125..291ef362ca99 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.21 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.22 2005/07/06 20:46:32 agriffis Exp $ # # Help manage the horde project http://www.horde.org/ # @@ -25,6 +25,7 @@ inherit webapp eutils [[ ${PN} != ${PN/-cvs} ]] && inherit cvs +IUSE="vhost" EXPORT_FUNCTIONS pkg_setup src_unpack src_install pkg_postinst |