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() {