In _git-r3_env_setup():

> +             single)
> +                     if [[ ${EGIT_CLONE_TYPE} == shallow ]]; then
> +                             ewarn "git-r3: ebuild needs to be cloned in 
> 'single' mode, adjusting"
> +                             EGIT_CLONE_TYPE=single
> +                     fi
> +                     ;;
> +             mirror)
> +                     if [[ ${EGIT_CLONE_TYPE} != mirror ]]; then
> +                             ewarn "git-r3: ebuild needs to be cloned in 
> 'mirror' mode, adjusting"

This is part of normal operation, so maybe downgrade these ewarns to
elog? There's nothing the user can do to suppress these warnings,
apart from changing his global setting for the clone type, which we
won't want him to do.

Ulrich

Reply via email to