mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/gnupg: Followup fix to making system-cert-store default
Make sure that setting system-cert-store adds the bitflag for _TRUST_SYS in addition to TRUST_DEF in order for hkp-cacert to still function Package-Manager: portage-2.3.2
This commit is contained in:
@@ -52,7 +52,7 @@ src_prepare() {
|
||||
# This provides use of gnutls system cert store for hkps://
|
||||
# Gentoo-Bug: 597934
|
||||
if use system-cert-store; then
|
||||
sed -i 's/HTTP_FLAG_TRUST_DEF/HTTP_FLAG_TRUST_SYS/g' \
|
||||
sed -i 's/HTTP_FLAG_TRUST_DEF/HTTP_FLAG_TRUST_DEF | HTTP_FLAG_TRUST_SYS/g' \
|
||||
"${S}/dirmngr/ks-engine-hkp.c" || die
|
||||
einfo "Using system TLS certificate store"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user