diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2004-06-07 11:35:33 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2004-06-07 11:35:33 +0000 |
commit | dd8f106761ca523706f3bd7d41f87f5789936c35 (patch) | |
tree | 9f2c3e099c9d7778cf33258316555d6742c832ee /dev-util/subversion/subversion-1.0.4.ebuild | |
parent | Added missing ppc64 keyword. (Manifest recommit) (diff) | |
download | gentoo-2-dd8f106761ca523706f3bd7d41f87f5789936c35.tar.gz gentoo-2-dd8f106761ca523706f3bd7d41f87f5789936c35.tar.bz2 gentoo-2-dd8f106761ca523706f3bd7d41f87f5789936c35.zip |
No longer install apache configuration file when not usefull
Diffstat (limited to 'dev-util/subversion/subversion-1.0.4.ebuild')
-rw-r--r-- | dev-util/subversion/subversion-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/subversion/subversion-1.0.4.ebuild b/dev-util/subversion/subversion-1.0.4.ebuild index 1968b6af998c..57b8b7f999cd 100644 --- a/dev-util/subversion/subversion-1.0.4.ebuild +++ b/dev-util/subversion/subversion-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.0.4.ebuild,v 1.1 2004/05/25 09:01:04 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.0.4.ebuild,v 1.2 2004/06/07 11:35:33 pauldv Exp $ inherit elisp-common libtool python eutils @@ -236,7 +236,7 @@ src_install () { #Install apache module config - if use apache2; then + if useq apache2 && useq berkdb; then mkdir -p ${D}/etc/apache2/conf/modules.d cat <<EOF >${D}/etc/apache2/conf/modules.d/47_mod_dav_svn.conf <IfDefine SVN> |