projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1257f
)
dev-libs/boost: Add --without-coroutine2 when USE="-context"
author
David Seifert
<soap@gentoo.org>
Sat, 9 Apr 2016 10:25:17 +0000
(12:25 +0200)
committer
David 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
patch
|
blob
|
history
diff --git
a/dev-libs/boost/boost-1.60.0.ebuild
b/dev-libs/boost/boost-1.60.0.ebuild
index 1a95c5eee8bf7d01c29c9560e6fbcf7f603cdfe9..c8bf2accdd25b4480d30ca58abd4c1ff2b1526ee 100644
(file)
--- 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\""