mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Fixed dependecies equals
This commit is contained in:
@@ -183,7 +183,7 @@ REQUIRES_atomic="
|
||||
|
||||
REQUIRES_chrono="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
boost_system$secondaryArchSuffix = $portVersion
|
||||
boost_system$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_date_time="
|
||||
@@ -196,12 +196,12 @@ REQUIRES_exception="
|
||||
|
||||
REQUIRES_filesystem="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
boost_system$secondaryArchSuffix = $portVersion
|
||||
boost_system$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_graph="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
boost_regex$secondaryArchSuffix = $portVersion
|
||||
boost_regex$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_iostreams="
|
||||
@@ -210,17 +210,17 @@ REQUIRES_iostreams="
|
||||
|
||||
REQUIRES_locale="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
boost_chrono$secondaryArchSuffix = $portVersion
|
||||
boost_system$secondaryArchSuffix = $portVersion
|
||||
boost_thread$secondaryArchSuffix = $portVersion
|
||||
boost_chrono$secondaryArchSuffix == $portVersion
|
||||
boost_system$secondaryArchSuffix == $portVersion
|
||||
boost_thread$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_log="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
boost_chrono$secondaryArchSuffix = $portVersion
|
||||
boost_system$secondaryArchSuffix = $portVersion
|
||||
boost_date_time$secondaryArchSuffix = $portVersion
|
||||
boost_thread$secondaryArchSuffix = $portVersion
|
||||
boost_chrono$secondaryArchSuffix == $portVersion
|
||||
boost_system$secondaryArchSuffix == $portVersion
|
||||
boost_date_time$secondaryArchSuffix == $portVersion
|
||||
boost_thread$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_math="
|
||||
@@ -257,21 +257,21 @@ REQUIRES_test="
|
||||
|
||||
REQUIRES_thread="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
boost_system$secondaryArchSuffix = $portVersion
|
||||
boost_chrono$secondaryArchSuffix = $portVersion
|
||||
boost_system$secondaryArchSuffix == $portVersion
|
||||
boost_chrono$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_timer="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
boost_chrono$secondaryArchSuffix = $portVersion
|
||||
boost_system$secondaryArchSuffix = $portVersion
|
||||
boost_chrono$secondaryArchSuffix == $portVersion
|
||||
boost_system$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_wave="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
boost_chrono$secondaryArchSuffix = $portVersion
|
||||
boost_date_time$secondaryArchSuffix = $portVersion
|
||||
boost_filesystem$secondaryArchSuffix = $portVersion
|
||||
boost_system$secondaryArchSuffix = $portVersion
|
||||
boost_thread$secondaryArchSuffix = $portVersion
|
||||
boost_chrono$secondaryArchSuffix == $portVersion
|
||||
boost_date_time$secondaryArchSuffix == $portVersion
|
||||
boost_filesystem$secondaryArchSuffix == $portVersion
|
||||
boost_system$secondaryArchSuffix == $portVersion
|
||||
boost_thread$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user