Skip to content

Commit

Permalink
go-module.eclass: inherit toolchain-funcs for tc-endian
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/901017
Fixes: d4ff29b
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 13, 2023
1 parent 33e509c commit c8e928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/go-module.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ case ${EAPI} in
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac

inherit multiprocessing
inherit multiprocessing toolchain-funcs

if [[ -z ${_GO_MODULE} ]]; then

Expand Down

0 comments on commit c8e928d

Please sign in to comment.