git-r3.eclass: Make git[curl] warning non-fatal, extend to HTTP, #597356
authorMichał Górny <mgorny@gentoo.org>
Mon, 17 Oct 2016 15:53:24 +0000 (17:53 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 17 Oct 2016 15:56:35 +0000 (17:56 +0200)
commit24db6037e69ca7fe9c425cec72111866377adb25
tree6e9461eeb6447b08c54d7faa0393c1c66d9ebc38
parentac163fe015f6c68e0df72a28bd9ae806cb939dd2
git-r3.eclass: Make git[curl] warning non-fatal, extend to HTTP, #597356

Make the warning about missing dev-vcs/git[curl] for HTTP(S) support
non-fatal since the ebuild can specify non-HTTP(S) fallback URIs which
would otherwise be ignored. The eclass will die if all URIs fail anyway.

Extend the check to cover both HTTPS and plain HTTP.

Reported by Coacher.

Bug: https://bugs.gentoo.org/597356
eclass/git-r3.eclass