diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-11-09 20:02:35 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-11-09 20:02:35 +0000 |
commit | ed3ff50fd4b9198b309d86cdaa461c4fd8f49b0f (patch) | |
tree | 5a4b72d1a7aa77bb6645eedc74bc4ca4555fc55f /net-misc/cfengine | |
parent | x86 stable, bug #344327 (diff) | |
download | gentoo-2-ed3ff50fd4b9198b309d86cdaa461c4fd8f49b0f.tar.gz gentoo-2-ed3ff50fd4b9198b309d86cdaa461c4fd8f49b0f.tar.bz2 gentoo-2-ed3ff50fd4b9198b309d86cdaa461c4fd8f49b0f.zip |
Remove the accidentally added mongo switch.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/cfengine')
-rw-r--r-- | net-misc/cfengine/cfengine-3.1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/cfengine/cfengine-3.1.0.ebuild b/net-misc/cfengine/cfengine-3.1.0.ebuild index f9688c363e2c..55c5c8b5a797 100644 --- a/net-misc/cfengine/cfengine-3.1.0.ebuild +++ b/net-misc/cfengine/cfengine-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.0.ebuild,v 1.1 2010/11/09 17:35:14 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.0.ebuild,v 1.2 2010/11/09 20:02:35 idl0r Exp $ EAPI="3" @@ -70,8 +70,7 @@ src_configure() { $(use_with pcre) \ $(use_with qdbm) \ $(use_enable selinux) \ - $(use_with tokyocabinet) \ - $(use_with mongo) + $(use_with tokyocabinet) # Fix Makefile to skip inputs, see below "examples" sed -i -e 's/\(SUBDIRS.*\) inputs/\1/' Makefile || die |