aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcnd <cynede@gentoo.org>2019-05-09 09:26:54 +0400
committerGitHub <noreply@github.com>2019-05-09 09:26:54 +0400
commita5056e2015ef6bd136767a319128c2e2cef1d58b (patch)
tree98586ab3f7773a2c6f48efe15f5d1dcea860e75b /dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild
parentvisual studio 1.33.1 (diff)
parentAllow things to be built with libressl support (diff)
downloaddotnet-a5056e2015ef6bd136767a319128c2e2cef1d58b.tar.gz
dotnet-a5056e2015ef6bd136767a319128c2e2cef1d58b.tar.bz2
dotnet-a5056e2015ef6bd136767a319128c2e2cef1d58b.zip
Merge pull request #423 from GregBowyer/libressl
Allow things to be built with libressl support
Diffstat (limited to 'dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild')
-rw-r--r--dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild
index 399b1db..8bf89d1 100644
--- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild
+++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild
@@ -34,7 +34,8 @@ RDEPEND="
>=sys-libs/libunwind-1.1-r1
>=dev-libs/icu-57.1
>=dev-util/lttng-ust-2.8.1
- >=dev-libs/openssl-1.0.2h-r2
+ !libressl? ( dev-libs/openssl:0 )
+ libressl? ( dev-libs/libressl )
>=net-misc/curl-7.49.0
>=app-crypt/mit-krb5-1.14.2
>=sys-libs/zlib-1.2.8-r1 "