testssl: gentoo sync

This commit is contained in:
Anton Bolshakov 2022-07-09 16:20:40 +08:00
parent 2e072fb25d
commit 79f2373c74
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -34,7 +34,7 @@ QA_PREBUILT="opt/${PN}/*"
pkg_setup() {
if use amd64; then
if use kerberos; then
BUNDLED_OPENSSL="openssl.Linux.x86_64.krb5"
BUNDLED_OPENSSL="openssl.Linux.x86_64.krb"
else
BUNDLED_OPENSSL="openssl.Linux.x86_64"
fi
@ -70,6 +70,6 @@ src_install() {
if use bundled-openssl; then
exeinto /opt/${PN}
doexe bin/${BUNDLED_OPENSSL}
use amd64 && doexe bin/${BUNDLED_OPENSSL}
fi
}