From e878937049661e03d380d634d50b1bf1ddbb6542 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Thu, 22 Aug 2024 17:59:22 +0200 Subject: [PATCH] Fix and add some missing version specifiers for clarity --- dev-python/cryptography/cryptography-3.4.8.recipe | 2 +- media-libs/gst_plugins_good/gst_plugins_good-1.22.0.recipe | 4 ++-- net-libs/gloox/gloox-1.0.28.recipe | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/cryptography/cryptography-3.4.8.recipe b/dev-python/cryptography/cryptography-3.4.8.recipe index b2bd6f401..136f869ac 100644 --- a/dev-python/cryptography/cryptography-3.4.8.recipe +++ b/dev-python/cryptography/cryptography-3.4.8.recipe @@ -24,7 +24,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libffi$secondaryArchSuffix devel:libssl$secondaryArchSuffix >= 3 " diff --git a/media-libs/gst_plugins_good/gst_plugins_good-1.22.0.recipe b/media-libs/gst_plugins_good/gst_plugins_good-1.22.0.recipe index adcdbf1b4..948e04aaa 100644 --- a/media-libs/gst_plugins_good/gst_plugins_good-1.22.0.recipe +++ b/media-libs/gst_plugins_good/gst_plugins_good-1.22.0.recipe @@ -29,7 +29,7 @@ REQUIRES=" lib:libbz2$secondaryArchSuffix lib:libcairo$secondaryArchSuffix lib:libcairo_gobject$secondaryArchSuffix - lib:libcrypto$secondaryArchSuffix >= 3 + lib:libcrypto$secondaryArchSuffix lib:libflac$secondaryArchSuffix lib:libfreetype$secondaryArchSuffix lib:libgdk_pixbuf_2.0$secondaryArchSuffix @@ -90,7 +90,7 @@ BUILD_REQUIRES=" devel:libbz2$secondaryArchSuffix devel:libcairo$secondaryArchSuffix devel:libcairo_gobject$secondaryArchSuffix - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libflac$secondaryArchSuffix devel:libfreetype$secondaryArchSuffix devel:libgdk_pixbuf_2.0$secondaryArchSuffix diff --git a/net-libs/gloox/gloox-1.0.28.recipe b/net-libs/gloox/gloox-1.0.28.recipe index 65bfeaf73..d60f3ee21 100644 --- a/net-libs/gloox/gloox-1.0.28.recipe +++ b/net-libs/gloox/gloox-1.0.28.recipe @@ -36,7 +36,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libssl$secondaryArchSuffix >= 3 devel:libz$secondaryArchSuffix "