commit: 907f534c3286b557ea2cfea7c0cdabc9c7a183fe Author: Sergey Alirzaev <zl29ah <AT> gmail <DOT> com> AuthorDate: Wed Oct 12 12:42:10 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Nov 25 21:47:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907f534c
media-libs/mesa: use https for git access. Closes: https://github.com/gentoo/gentoo/pull/2546 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 5194e90..3564197 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" if [[ ${PV} = 9999 ]]; then GIT_ECLASS="git-r3"
