media-libs/mesa: use https for git access.
authorSergey Alirzaev <zl29ah@gmail.com>
Wed, 12 Oct 2016 12:42:10 +0000 (15:42 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 25 Nov 2016 21:47:31 +0000 (22:47 +0100)
Closes: https://github.com/gentoo/gentoo/pull/2546

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
media-libs/mesa/mesa-9999.ebuild

index 5194e90aa737531dd0a805932c242cc2272c1211..356419721bf4d794bc96a5674567acb1a068209d 100644 (file)
@@ -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"