From c77e3592b9830ecb54030e916947d4ca8b9b99d6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Nov 2010 15:07:03 +0100 Subject: [PATCH] boost: fix metafile Signed-off-by: Stephan Raue --- packages/devel/boost/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devel/boost/meta b/packages/devel/boost/meta index 38ecf19feb..def85e239a 100644 --- a/packages/devel/boost/meta +++ b/packages/devel/boost/meta @@ -10,5 +10,5 @@ PKG_BUILD_DEPENDS="toolchain boost-jam Python zlib bzip2" PKG_PRIORITY="optional" PKG_SECTION="devel" PKG_SHORTDESC="boost: Peer-reviewed STL style libraries for C++" -PKG_LONGDESC="Boost provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report." +PKG_LONGDESC="Boost provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish existing practice and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report." PKG_IS_ADDON="no"