From c1411c2d7a83416a4e875b96f90847371bab500e Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 9 Apr 2016 12:25:17 +0200 Subject: [PATCH] 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 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\"" -- 2.26.2