From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1083770-garchives=archives.gentoo.org@lists.gentoo.org> 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 D129E138334 for <garchives@archives.gentoo.org>; Mon, 15 Apr 2019 19:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB006E08DB; Mon, 15 Apr 2019 19:20:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E847E08CE for <gentoo-commits@lists.gentoo.org>; Mon, 15 Apr 2019 19:20:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC1463412FD for <gentoo-commits@lists.gentoo.org>; Mon, 15 Apr 2019 19:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021A05A9 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Apr 2019 19:20:15 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1555356002.2aa834c8017e24c202165dfedac54e03bf6e7bf8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/metadata.xml X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2aa834c8017e24c202165dfedac54e03bf6e7bf8 X-VCS-Branch: master Date: Mon, 15 Apr 2019 19:20:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a02e218-8fc3-4d8c-9bbf-e1a7c1835bff X-Archives-Hash: 41d63c7a9b02def2a1e071c19ecd1f20 commit: 2aa834c8017e24c202165dfedac54e03bf6e7bf8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 15 19:09:06 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 15 19:20:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa834c8 dev-libs/boost: Remove obsolete flag desc from metadata.xml Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-libs/boost/metadata.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/boost/metadata.xml b/dev-libs/boost/metadata.xml index 90570d0ae2c..c95fa4f9c84 100644 --- a/dev-libs/boost/metadata.xml +++ b/dev-libs/boost/metadata.xml @@ -12,8 +12,7 @@ <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" restrict="<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> - <flag name="debug" restrict=">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> + <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>