From 5546f114ebe502ad28e692b2f8aafc988f171521 Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 7 Jul 2020 09:00:42 +0800 Subject: [PATCH] pwsh: fix arm, https://github.com/pentoo/pentoo-overlay/issues/651 --- app-shells/pwsh-bin/pwsh-bin-7.0.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-shells/pwsh-bin/pwsh-bin-7.0.2.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.0.2.ebuild index 3cefbe82f..8152eb682 100644 --- a/app-shells/pwsh-bin/pwsh-bin-7.0.2.ebuild +++ b/app-shells/pwsh-bin/pwsh-bin-7.0.2.ebuild @@ -34,7 +34,8 @@ S=${WORKDIR} src_prepare() { default - rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die + #there are no these symlinks in arm bins + use amd64 && rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die } src_install() {