dev-libs/boost: Sort flag descs in metadata.xml
authorMichał Górny <mgorny@gentoo.org>
Mon, 15 Apr 2019 19:09:24 +0000 (21:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 15 Apr 2019 19:20:04 +0000 (21:20 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/boost/metadata.xml

index c95fa4f9c848eb1c1985f2abb1dd1def6403613a..e5cc31bdc8eff5b901fb1eb140e737288f30e1ec 100644 (file)
        </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>