Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/
Date: Mon, 15 Apr 2019 19:20:23
Message-Id: 1555356004.7d2f1fa56d965419f1e12c551571f425c4972929.mgorny@gentoo
1 commit: 7d2f1fa56d965419f1e12c551571f425c4972929
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 19:09:24 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 19:20:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2f1fa5
7
8 dev-libs/boost: Sort flag descs in metadata.xml
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/boost/metadata.xml | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/boost/metadata.xml b/dev-libs/boost/metadata.xml
16 index c95fa4f9c84..e5cc31bdc8e 100644
17 --- a/dev-libs/boost/metadata.xml
18 +++ b/dev-libs/boost/metadata.xml
19 @@ -11,12 +11,12 @@
20 </maintainer>
21 <use>
22 <flag name="context">Build and install the Boost.Context (and Boost.Fiber) library and all other Boost libraries that depend on it</flag>
23 - <flag name="tools">Build and install the boost tools (bcp, quickbook, inspect, wave)</flag>
24 <flag name="debug">Build and install only the debug version of the Boost libraries. Only enable this flag if you're developing against boost.</flag>
25 - <flag name="threads">Build multi-thread-compatible libraries instead of single-threaded only.</flag>
26 - <flag name="nls">Build libboost_locale. This library requires compatible C library interfaces, which might not be provided by uClibc or other embedded libraries.</flag>
27 <flag name="doc">Install the full API documentation documentation. This takes over 200MB of extra disk space.</flag>
28 + <flag name="nls">Build libboost_locale. This library requires compatible C library interfaces, which might not be provided by uClibc or other embedded libraries.</flag>
29 <flag name="numpy">Optionally build NumPy extensions when Boost.Python is enabled</flag>
30 + <flag name="threads">Build multi-thread-compatible libraries instead of single-threaded only.</flag>
31 + <flag name="tools">Build and install the boost tools (bcp, quickbook, inspect, wave)</flag>
32 <flag name="zstd">Enable zstd compression support in Boost.Iostreams</flag>
33 </use>
34 <upstream>