From 8c5c0dcc27a26a11a103d398b15c4909912a1df7 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 19 Aug 2017 21:09:59 +0200 Subject: [PATCH] openssl: rename recipe to avoid conflicts As for libpng and others, there is ABI breakage between openSSL versions, and we want to keep both versions installable side by side. --- .../{openssl-1.1.0f.recipe => openssl11-1.1.0f.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-libs/openssl/{openssl-1.1.0f.recipe => openssl11-1.1.0f.recipe} (94%) diff --git a/dev-libs/openssl/openssl-1.1.0f.recipe b/dev-libs/openssl/openssl11-1.1.0f.recipe similarity index 94% rename from dev-libs/openssl/openssl-1.1.0f.recipe rename to dev-libs/openssl/openssl11-1.1.0f.recipe index 015864b04..1c53b3e41 100644 --- a/dev-libs/openssl/openssl-1.1.0f.recipe +++ b/dev-libs/openssl/openssl11-1.1.0f.recipe @@ -24,7 +24,7 @@ ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64 ?arm ?ppc" SECONDARY_ARCHITECTURES="?x86_gcc2 x86 ?arm ?ppc" PROVIDES=" - openssl$secondaryArchSuffix = $portVersion compat >= 1.1.0 + openssl11$secondaryArchSuffix = $portVersion compat >= 1.1.0 lib:libcrypto$secondaryArchSuffix = 1.1 compat >= 1.1 lib:libssl$secondaryArchSuffix = 1.1 compat >= 1.1 " @@ -42,12 +42,12 @@ REQUIRES=" " PROVIDES_devel=" - openssl${secondaryArchSuffix}_devel = $portVersion + openssl11${secondaryArchSuffix}_devel = $portVersion devel:libcrypto${secondaryArchSuffix} = 1.1 compat >= 1.1 devel:libssl${secondaryArchSuffix} = 1.1 compat >= 1.1 " REQUIRES_devel=" - openssl${secondaryArchSuffix} == $portVersion base + openssl11${secondaryArchSuffix} == $portVersion base " BUILD_REQUIRES="