ncmpcpp: force to use a newer boost version

It needs at least 1.60 and the buildbot picked 1.57.
This commit is contained in:
Adrien Destugues
2020-08-03 10:57:15 +02:00
parent 4a8008a090
commit bf8106f761

View File

@@ -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