diff options
author | Chuck Short <zul@gentoo.org> | 2004-07-08 16:22:26 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-07-08 16:22:26 +0000 |
commit | 39a60774f11f710f9508862906756694b65d6c4e (patch) | |
tree | 8e60e5a08ad2655d77a9cbf1c1be969d6cdddb7d /net-www/apache/apache-2.0.50.ebuild | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-39a60774f11f710f9508862906756694b65d6c4e.tar.gz gentoo-2-39a60774f11f710f9508862906756694b65d6c4e.tar.bz2 gentoo-2-39a60774f11f710f9508862906756694b65d6c4e.zip |
Added selinux support. #56380.
Diffstat (limited to 'net-www/apache/apache-2.0.50.ebuild')
-rw-r--r-- | net-www/apache/apache-2.0.50.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-www/apache/apache-2.0.50.ebuild b/net-www/apache/apache-2.0.50.ebuild index b16973b4ca99..1915146f37c8 100644 --- a/net-www/apache/apache-2.0.50.ebuild +++ b/net-www/apache/apache-2.0.50.ebuild @@ -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/net-www/apache/apache-2.0.50.ebuild,v 1.2 2004/07/05 14:55:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.50.ebuild,v 1.3 2004/07/08 16:22:26 zul Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig @@ -28,7 +28,8 @@ DEPEND="dev-util/yacc >=sys-apps/sed-4 berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) - !mips? ( ldap? ( =net-nds/openldap-2* ) )" + !mips? ( ldap? ( =net-nds/openldap-2* ) ) + selinux? ( sec-policy/selinux-apache )" apache_setup_vars() { # Sets the USERDIR to default. |