mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
verify-sig.eclass: Use app-alternatives/gpg
Signed-off-by: Michał Górny <mgorny@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44224 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -58,7 +58,7 @@ IUSE="verify-sig"
|
||||
# Signature verification method to use. The allowed value are:
|
||||
#
|
||||
# - minisig -- verify signatures with (base64) Ed25519 public key using app-crypt/minisign
|
||||
# - openpgp -- verify PGP signatures using app-crypt/gnupg (the default)
|
||||
# - openpgp -- verify PGP signatures using app-alternatives/gpg (the default)
|
||||
# - sigstore -- verify signatures using dev-python/sigstore
|
||||
# - signify -- verify signatures with Ed25519 public key using app-crypt/signify
|
||||
: "${VERIFY_SIG_METHOD:=openpgp}"
|
||||
@@ -70,7 +70,7 @@ case ${VERIFY_SIG_METHOD} in
|
||||
openpgp)
|
||||
BDEPEND="
|
||||
verify-sig? (
|
||||
app-crypt/gnupg
|
||||
app-alternatives/gpg
|
||||
>=app-portage/gemato-20
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user