diff options
author | Sergey Alirzaev <zl29ah@gmail.com> | 2016-10-12 15:42:10 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-11-25 22:47:31 +0100 |
commit | 907f534c3286b557ea2cfea7c0cdabc9c7a183fe (patch) | |
tree | c8475a27283ee20552a8add80390b8fd0e48a052 /media-libs/mesa | |
parent | f4e3d5b375854820a52533a0b0108f4922b8f650 (diff) | |
download | gentoo-907f534c3286b557ea2cfea7c0cdabc9c7a183fe.tar.gz gentoo-907f534c3286b557ea2cfea7c0cdabc9c7a183fe.tar.xz |
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.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 5194e90aa73..356419721bf 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" |