git-r3.eclass: Unconditionally depend on dev-vcs/git[curl] for HTTPS
authorMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 23:21:49 +0000 (00:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 13 Jun 2018 08:05:30 +0000 (10:05 +0200)
commitbb7d4c46cc6205e775105d741bfd94809a01757b
tree16c812019b42896ca80236f2b11a80557dfcb41a
parent8542b84fd65843c3dc93769b5b95798ee2a2f818
git-r3.eclass: Unconditionally depend on dev-vcs/git[curl] for HTTPS

Since HTTPS is strongly preferred in git-r3 eclass, there is no point
in optimizing it for non-HTTPS use. Therefore, unconditionally depend
on dev-vcs/git[curl] rather than verbosely failing when HTTPS is used
and the dependency is not satisfied.
eclass/git-r3.eclass