summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Alirzaev <zl29ah@gmail.com>2016-10-12 15:42:10 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-11-25 22:47:31 +0100
commit907f534c3286b557ea2cfea7c0cdabc9c7a183fe (patch)
treec8475a27283ee20552a8add80390b8fd0e48a052 /media-libs/mesa
parentmedia-video/pitivi: Ensure sane libdir value and add prefix support. (diff)
downloadgentoo-907f534c3286b557ea2cfea7c0cdabc9c7a183fe.tar.gz
gentoo-907f534c3286b557ea2cfea7c0cdabc9c7a183fe.tar.bz2
gentoo-907f534c3286b557ea2cfea7c0cdabc9c7a183fe.zip
media-libs/mesa: use https for git access.
Closes: https://github.com/gentoo/gentoo/pull/2546 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 5194e90aa737..356419721bf4 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"