diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-15 21:09:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-15 21:20:04 +0200 |
commit | 7d2f1fa56d965419f1e12c551571f425c4972929 (patch) | |
tree | b4af70b39206aa91f1bb0180f09cc13c3beefc28 /dev-libs/boost | |
parent | dev-libs/boost: Remove obsolete flag desc from metadata.xml (diff) | |
download | gentoo-7d2f1fa56d965419f1e12c551571f425c4972929.tar.gz gentoo-7d2f1fa56d965419f1e12c551571f425c4972929.tar.bz2 gentoo-7d2f1fa56d965419f1e12c551571f425c4972929.zip |
dev-libs/boost: Sort flag descs in metadata.xml
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/boost/metadata.xml b/dev-libs/boost/metadata.xml index c95fa4f9c848..e5cc31bdc8ef 100644 --- a/dev-libs/boost/metadata.xml +++ b/dev-libs/boost/metadata.xml @@ -11,12 +11,12 @@ </maintainer> <use> <flag name="context">Build and install the Boost.Context (and Boost.Fiber) library and all other Boost libraries that depend on it</flag> - <flag name="tools">Build and install the boost tools (bcp, quickbook, inspect, wave)</flag> <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> - <flag name="threads">Build multi-thread-compatible libraries instead of single-threaded only.</flag> - <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> <flag name="doc">Install the full API documentation documentation. This takes over 200MB of extra disk space.</flag> + <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> <flag name="numpy">Optionally build NumPy extensions when Boost.Python is enabled</flag> + <flag name="threads">Build multi-thread-compatible libraries instead of single-threaded only.</flag> + <flag name="tools">Build and install the boost tools (bcp, quickbook, inspect, wave)</flag> <flag name="zstd">Enable zstd compression support in Boost.Iostreams</flag> </use> <upstream> |