dev-libs/mongo-cxx-driver: avoid building unused targets

Gentoo-bug: 591848
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Michael Palimaka
2017-07-08 14:07:09 +10:00
parent 3e25d970d9
commit 0b92909927

View File

@@ -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() {