commit:     c1411c2d7a83416a4e875b96f90847371bab500e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 10:25:17 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 10:25:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1411c2d

dev-libs/boost: Add --without-coroutine2 when USE="-context"

Gentoo-Bug: 579008

Package-Manager: portage-2.2.28

 dev-libs/boost/boost-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.60.0.ebuild 
b/dev-libs/boost/boost-1.60.0.ebuild
index 1a95c5e..c8bf2ac 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\""

Reply via email to