Skip to content

Commit

Permalink
dev-libs/mongo-cxx-driver: avoid building unused targets
Browse files Browse the repository at this point in the history
Gentoo-bug: 591848
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Michael Palimaka committed Jul 8, 2017
1 parent 3e25d97 commit 0b92909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.1.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -54,7 +54,7 @@ src_configure() {
}

src_compile() {
escons "${scons_opts[@]}" all
escons "${scons_opts[@]}"
}

src_install() {
Expand Down

0 comments on commit 0b92909

Please sign in to comment.