From 0b92909927ca18febe592ba829d9d995826b02bc Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sat, 8 Jul 2017 14:07:09 +1000 Subject: [PATCH] dev-libs/mongo-cxx-driver: avoid building unused targets Gentoo-bug: 591848 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.1.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.1.2-r1.ebuild b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.1.2-r1.ebuild index 447e7d6c208c3..4b2e018de5355 100644 --- a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.1.2-r1.ebuild +++ b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -54,7 +54,7 @@ src_configure() { } src_compile() { - escons "${scons_opts[@]}" all + escons "${scons_opts[@]}" } src_install() {