From cf785c1e7887cad8913b9fcf1acc4508ee56ac30 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Tue, 19 Dec 2017 10:54:49 +0300 Subject: [PATCH] libtorrent_rasterbar: require minimal boost version --- .../libtorrent-rasterbar/libtorrent_rasterbar-1.1.5.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.5.recipe b/net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.5.recipe index d1cfb01bc..da2c8c739 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.5.recipe +++ b/net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.5.recipe @@ -46,9 +46,9 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libboost_chrono$secondaryArchSuffix - devel:libboost_random$secondaryArchSuffix - devel:libboost_system$secondaryArchSuffix + devel:libboost_chrono$secondaryArchSuffix >= 1.63.0 + devel:libboost_random$secondaryArchSuffix >= 1.63.0 + devel:libboost_system$secondaryArchSuffix >= 1.63.0 devel:libiconv$secondaryArchSuffix devel:libssl$secondaryArchSuffix >= 1.0.0 "