gui-wm/sway: fix gpg verification of build files

Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2026-05-27 18:14:41 -05:00
parent a32988a734
commit aad433cadb

View File

@@ -72,7 +72,7 @@ if [[ ${PV} == 9999 ]]; then
BDEPEND+="man? ( ~app-text/scdoc-9999 )"
else
BDEPEND+="man? ( >=app-text/scdoc-1.11.3 )
verify-sig? ( sec-keys/openpgp-keys-emersion )"
verify-sig? ( >=sec-keys/openpgp-keys-emersion-20260503 )"
VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/emersion.asc"
fi