commit:     0b92909927ca18febe592ba829d9d995826b02bc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 04:07:09 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 04:07:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b929099

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 447e7d6c208..4b2e018de53 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() {

Reply via email to