Skip to content

Commit

Permalink
verify-sig.eclass: Fix list formatting for VERIFY_SIG_METHOD
Browse files Browse the repository at this point in the history
Thanks to ulm for reporting.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 14, 2023
1 parent 8907670 commit 92b2cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/verify-sig.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ IUSE="verify-sig"
# @DESCRIPTION:
# Signature verification method to use. The allowed value are:
#
# - openpgp -- verify PGP signatures using app-crypt/gnupg (the default)
# - signify -- verify signatures with Ed25519 public key using app-crypt/signify
# - openpgp -- verify PGP signatures using app-crypt/gnupg (the default)
# - signify -- verify signatures with Ed25519 public key using app-crypt/signify
: "${VERIFY_SIG_METHOD:=openpgp}"

case ${VERIFY_SIG_METHOD} in
Expand Down

0 comments on commit 92b2cb6

Please sign in to comment.