diff options
| -rw-r--r-- | eclass/git-r3.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index f223e66..fbdbb8d 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -1155,7 +1155,7 @@ git-r3_src_unpack() { _git-r3_env_setup git-r3_src_fetch - if use "verify-sig"; then + if in_iuse "verify-sig" && use "verify-sig"; then local repos |
