From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 094B5139085 for ; Sun, 22 Jan 2017 14:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD23234045; Sun, 22 Jan 2017 14:49:53 +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 27B15234045 for ; Sun, 22 Jan 2017 14:49:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D370D341675 for ; Sun, 22 Jan 2017 14:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75E192C90 for ; Sun, 22 Jan 2017 14:49:50 +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: <1485096581.2126c1dd19c51d46c6e0deb8ca328dbd16ffb409.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.62.0-r1.ebuild dev-libs/boost/boost-1.63.0.ebuild dev-libs/boost/metadata.xml X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2126c1dd19c51d46c6e0deb8ca328dbd16ffb409 X-VCS-Branch: master Date: Sun, 22 Jan 2017 14:49:50 +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: 08a8d674-cf2a-4320-b436-09531289b926 X-Archives-Hash: f65a7cf92389af8141bc8ca66a6c7581 commit: 2126c1dd19c51d46c6e0deb8ca328dbd16ffb409 Author: David Seifert gentoo org> AuthorDate: Sun Jan 22 14:31:12 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 22 14:49:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2126c1dd dev-libs/boost: Build Boost.Fiber only on amd64 and x86 Gentoo-bug: 605538 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3595 dev-libs/boost/boost-1.62.0-r1.ebuild | 1 + dev-libs/boost/boost-1.63.0.ebuild | 1 + dev-libs/boost/metadata.xml | 39 +++++++---------------------------- 3 files changed, 9 insertions(+), 32 deletions(-) diff --git a/dev-libs/boost/boost-1.62.0-r1.ebuild b/dev-libs/boost/boost-1.62.0-r1.ebuild index f0d7ce8..a1e9c1f 100644 --- a/dev-libs/boost/boost-1.62.0-r1.ebuild +++ b/dev-libs/boost/boost-1.62.0-r1.ebuild @@ -186,6 +186,7 @@ src_configure() { --without-context --without-coroutine --without-coroutine2 + --without-fiber ) use threads || OPTIONS+=( --without-thread diff --git a/dev-libs/boost/boost-1.63.0.ebuild b/dev-libs/boost/boost-1.63.0.ebuild index edbbeed..9d6f488 100644 --- a/dev-libs/boost/boost-1.63.0.ebuild +++ b/dev-libs/boost/boost-1.63.0.ebuild @@ -182,6 +182,7 @@ src_configure() { --without-context --without-coroutine --without-coroutine2 + --without-fiber ) use threads || OPTIONS+=( --without-thread diff --git a/dev-libs/boost/metadata.xml b/dev-libs/boost/metadata.xml index 82b66b2..4f85afb 100644 --- a/dev-libs/boost/metadata.xml +++ b/dev-libs/boost/metadata.xml @@ -9,39 +9,14 @@ office@gentoo.org Please CC on stabilisation bugs - - - Build and install the Boost.Context library and all other - Boost libraries that depend on it - - - Build and install the boost tools (bcp, quickbook, inspect, - wave) - - - Build and install debug versions of the Boost libraries. These - libraries are not used by default, and should not be used unless - you're developing against Boost. - - - Build and install only the debug version of the Boost - libraries. Only enable this flag if you're developing against - boost. - - - Build multi-thread-compatible libraries instead of - single-threaded only. - - - Build libboost_locale. This library requires compatible C - library interfaces, which might not be provided by uClibc or - other embedded libraries. - - - Install the full API documentation documentation. This takes - over 200MB of extra disk space. - + Build and install the Boost.Context (and Boost.Fiber) library and all other Boost libraries that depend on it + Build and install the boost tools (bcp, quickbook, inspect, wave) + Build and install debug versions of the Boost libraries. These libraries are not used by default, and should not be used unless you're developing against Boost. + Build and install only the debug version of the Boost libraries. Only enable this flag if you're developing against boost. + Build multi-thread-compatible libraries instead of single-threaded only. + Build libboost_locale. This library requires compatible C library interfaces, which might not be provided by uClibc or other embedded libraries. + Install the full API documentation documentation. This takes over 200MB of extra disk space. boost