Skip to content

Commit

Permalink
Moved inherit above EXPORT_FUNCTIONS
Browse files Browse the repository at this point in the history
Portage 3.0.23 complains:

* For compatibility with PMS and to avoid breakage with Pkgcore, only call
* EXPORT_FUNCTIONS after inherit(s). Portage behavior may change in future.

This commit fixes

Closes #1
  • Loading branch information
VTimofeenko committed Sep 23, 2021
1 parent af41fa5 commit 0743d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-verify-signature.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ case "${EAPI:-0}" in
;;
esac

inherit git-r3 verify-sig

EXPORT_FUNCTIONS src_unpack

inherit git-r3 verify-sig

# Variables from verify-sig.eclass
# @ECLASS-VARIABLE: VERIFY_SIG_OPENPGP_KEY_PATH
Expand Down

0 comments on commit 0743d8e

Please sign in to comment.