From bf8106f7618ac1f4e4c62a4ba24a18807210d1ab Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 3 Aug 2020 10:57:15 +0200 Subject: [PATCH] ncmpcpp: force to use a newer boost version It needs at least 1.60 and the buildbot picked 1.57. --- media-sound/ncmpcpp/ncmpcpp-0.8.2.recipe | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.8.2.recipe b/media-sound/ncmpcpp/ncmpcpp-0.8.2.recipe index 00d4f2678..cc6893237 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.8.2.recipe +++ b/media-sound/ncmpcpp/ncmpcpp-0.8.2.recipe @@ -28,12 +28,12 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libboost_filesystem$secondaryArchSuffix - lib:libboost_system$secondaryArchSuffix - lib:libboost_locale$secondaryArchSuffix - lib:libboost_program_options$secondaryArchSuffix - lib:libboost_regex$secondaryArchSuffix - lib:libboost_thread$secondaryArchSuffix + lib:libboost_filesystem$secondaryArchSuffix >= 1.69.0 + lib:libboost_system$secondaryArchSuffix >= 1.69.0 + lib:libboost_locale$secondaryArchSuffix >= 1.69.0 + lib:libboost_program_options$secondaryArchSuffix >= 1.69.0 + lib:libboost_regex$secondaryArchSuffix >= 1.69.0 + lib:libboost_thread$secondaryArchSuffix >= 1.69.0 lib:libcrypto$secondaryArchSuffix lib:libcurl$secondaryArchSuffix lib:libfftw3$secondaryArchSuffix @@ -48,12 +48,12 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libboost_filesystem$secondaryArchSuffix - devel:libboost_system$secondaryArchSuffix - devel:libboost_locale$secondaryArchSuffix - devel:libboost_program_options$secondaryArchSuffix - devel:libboost_regex$secondaryArchSuffix - devel:libboost_thread$secondaryArchSuffix + devel:libboost_filesystem$secondaryArchSuffix >= 1.69.0 + devel:libboost_system$secondaryArchSuffix >= 1.69.0 + devel:libboost_locale$secondaryArchSuffix >= 1.69.0 + devel:libboost_program_options$secondaryArchSuffix >= 1.69.0 + devel:libboost_regex$secondaryArchSuffix >= 1.69.0 + devel:libboost_thread$secondaryArchSuffix >= 1.69.0 devel:libcurl$secondaryArchSuffix devel:libfftw3$secondaryArchSuffix devel:libicui18n$secondaryArchSuffix >= 66