summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-04-09 12:25:17 +0200
committerDavid Seifert <soap@gentoo.org>2016-04-09 12:25:53 +0200
commitc1411c2d7a83416a4e875b96f90847371bab500e (patch)
treea5093caca55f8199a56bea26bbe60c759f4577d3 /dev-libs/boost
parentmedia-plugins/gst-plugins-vpx: ppc64 stable, bug #566378 (was missed by error... (diff)
downloadgentoo-c1411c2d7a83416a4e875b96f90847371bab500e.tar.gz
gentoo-c1411c2d7a83416a4e875b96f90847371bab500e.tar.bz2
gentoo-c1411c2d7a83416a4e875b96f90847371bab500e.zip
dev-libs/boost: Add --without-coroutine2 when USE="-context"
Gentoo-Bug: 579008 Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/boost')
-rw-r--r--dev-libs/boost/boost-1.60.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.60.0.ebuild b/dev-libs/boost/boost-1.60.0.ebuild
index 1a95c5eee8bf..c8bf2accdd25 100644
--- a/dev-libs/boost/boost-1.60.0.ebuild
+++ b/dev-libs/boost/boost-1.60.0.ebuild
@@ -171,7 +171,7 @@ src_configure() {
use icu || OPTIONS+=" --disable-icu boost.locale.icu=off"
mpi_needed || OPTIONS+=" --without-mpi"
use nls || OPTIONS+=" --without-locale"
- use context || OPTIONS+=" --without-context --without-coroutine"
+ use context || OPTIONS+=" --without-context --without-coroutine --without-coroutine2"
OPTIONS+=" pch=off"
OPTIONS+=" --boost-build=\"${EPREFIX}\"/usr/share/boost-build --prefix=\"${ED}usr\""