diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2015-08-05 09:53:52 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2015-08-05 09:53:52 +0000 |
commit | 302b23c6eca86a4b385d02adc46347938c2df5e3 (patch) | |
tree | 3d9a4b02615567530e0d75b9bdebcd0cea3adfe9 /dev-db/mongodb/mongodb-3.0.5.ebuild | |
parent | x86 stable wrt bug #518094 (diff) | |
download | historical-302b23c6eca86a4b385d02adc46347938c2df5e3.tar.gz historical-302b23c6eca86a4b385d02adc46347938c2df5e3.tar.bz2 historical-302b23c6eca86a4b385d02adc46347938c2df5e3.zip |
ebuild dep fix and cleanup
Package-Manager: portage-2.2.20/cvs/Linux x86_64
Manifest-Sign-Key: 0xB658FA13
Diffstat (limited to 'dev-db/mongodb/mongodb-3.0.5.ebuild')
-rw-r--r-- | dev-db/mongodb/mongodb-3.0.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/mongodb/mongodb-3.0.5.ebuild b/dev-db/mongodb/mongodb-3.0.5.ebuild index 763cc9ff2a43..df8cc49ba888 100644 --- a/dev-db/mongodb/mongodb-3.0.5.ebuild +++ b/dev-db/mongodb/mongodb-3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-3.0.5.ebuild,v 1.1 2015/08/04 17:31:47 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-3.0.5.ebuild,v 1.2 2015/08/05 09:53:48 ultrabug Exp $ EAPI=5 SCONS_MIN_VERSION="2.3.0" @@ -23,7 +23,7 @@ IUSE="debug kerberos mms-agent ssl +tools" RDEPEND="app-arch/snappy >=dev-cpp/yaml-cpp-0.5.1 - >=dev-libs/boost-1.50[threads(+)] + >=dev-libs/boost-1.57[threads(+)] >=dev-libs/libpcre-8.30[cxx] dev-libs/snowball-stemmer net-libs/libpcap @@ -55,7 +55,6 @@ pkg_setup() { scons_opts+=" --disable-warnings-as-errors" scons_opts+=" --use-system-boost" scons_opts+=" --use-system-pcre" - scons_opts+=" --use-system-boost" scons_opts+=" --use-system-snappy" scons_opts+=" --use-system-stemmer" scons_opts+=" --use-system-yaml" |