Adding some logging to be able to find the command.

This commit is contained in:
Gareth J. Greenaway 2023-02-03 18:56:22 -08:00
parent e301b91ad4
commit 123bae77b1
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -8036,6 +8036,7 @@ install_gentoo_git_deps() {
__emerge ${GENTOO_GIT_PACKAGES} || return 1
fi
echoinfo "Running emerge -v1 setuptools"
__emerge -v1 setuptools || return 1
__git_clone_and_checkout || return 1