diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 17:48:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 17:48:06 +0000 |
commit | a937ebae87b7ff0e2907cb873a14b04d3066babb (patch) | |
tree | 34d1acfba085e209f012a0d4efd6fb68520fc619 /eclass | |
parent | net-mail/peephole-1.3 stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-a937ebae87b7ff0e2907cb873a14b04d3066babb.tar.gz gentoo-2-a937ebae87b7ff0e2907cb873a14b04d3066babb.tar.bz2 gentoo-2-a937ebae87b7ff0e2907cb873a14b04d3066babb.zip |
add IUSE=apache2 (yes, I realize this eclass is deprecated :-)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/webapp-apache.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/webapp-apache.eclass b/eclass/webapp-apache.eclass index a7f01dfa4cec..ac80b687e00e 100644 --- a/eclass/webapp-apache.eclass +++ b/eclass/webapp-apache.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/webapp-apache.eclass,v 1.21 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.22 2004/07/13 17:48:06 agriffis Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # @@ -13,6 +13,7 @@ ECLASS=webapp-apache INHERITED="$INHERITED $ECLASS" +IUSE="apache2" DEPEND="${DEPEND} net-www/apache" EXPORT_FUNCTIONS pkg_setup |