dev-libs/boost: Add --without-coroutine2 when USE="-context"
authorDavid Seifert <soap@gentoo.org>
Sat, 9 Apr 2016 10:25:17 +0000 (12:25 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 9 Apr 2016 10:25:53 +0000 (12:25 +0200)
Gentoo-Bug: 579008

Package-Manager: portage-2.2.28

dev-libs/boost/boost-1.60.0.ebuild

index 1a95c5eee8bf7d01c29c9560e6fbcf7f603cdfe9..c8bf2accdd25b4480d30ca58abd4c1ff2b1526ee 100644 (file)
@@ -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\""