From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 443F559CAF for ; Sat, 9 Apr 2016 10:26:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A1521C07E; Sat, 9 Apr 2016 10:26:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4036D21C07E for ; Sat, 9 Apr 2016 10:26:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65066340C40 for ; Sat, 9 Apr 2016 10:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 338B57E for ; Sat, 9 Apr 2016 10:25:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1460197553.c1411c2d7a83416a4e875b96f90847371bab500e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.60.0.ebuild X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c1411c2d7a83416a4e875b96f90847371bab500e X-VCS-Branch: master Date: Sat, 9 Apr 2016 10:25:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1e62e754-e474-431d-9768-5856ea93519d X-Archives-Hash: bae63a195db93b6d324bdae352acb70c commit: c1411c2d7a83416a4e875b96f90847371bab500e Author: David Seifert gentoo org> AuthorDate: Sat Apr 9 10:25:17 2016 +0000 Commit: David Seifert gentoo 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\""