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:21
Message-Id: 1555356002.2aa834c8017e24c202165dfedac54e03bf6e7bf8.mgorny@gentoo
1 commit: 2aa834c8017e24c202165dfedac54e03bf6e7bf8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 19:09:06 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 19:20:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa834c8
7
8 dev-libs/boost: Remove obsolete flag desc from metadata.xml
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/boost/metadata.xml | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-libs/boost/metadata.xml b/dev-libs/boost/metadata.xml
16 index 90570d0ae2c..c95fa4f9c84 100644
17 --- a/dev-libs/boost/metadata.xml
18 +++ b/dev-libs/boost/metadata.xml
19 @@ -12,8 +12,7 @@
20 <use>
21 <flag name="context">Build and install the Boost.Context (and Boost.Fiber) library and all other Boost libraries that depend on it</flag>
22 <flag name="tools">Build and install the boost tools (bcp, quickbook, inspect, wave)</flag>
23 - <flag name="debug" restrict="&lt;dev-libs/boost-1.50.0-r3">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.</flag>
24 - <flag name="debug" restrict="&gt;dev-libs/boost-1.52.0-r2">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="debug">Build and install only the debug version of the Boost libraries. Only enable this flag if you're developing against boost.</flag>
26 <flag name="threads">Build multi-thread-compatible libraries instead of single-threaded only.</flag>
27 <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>
28 <flag name="doc">Install the full API documentation documentation. This takes over 200MB of extra disk space.</flag>