diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-09-03 23:19:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-09-03 23:19:02 +0300 |
commit | 4cd1a46b5bf140565c9465adade10eacfa20d523 (patch) | |
tree | ad3567212e22aa3c6c128bbbadc7973f44d103ed /media-libs | |
parent | e9220842cf145ec49bb70fa986e627ba5b85bc8f (diff) |
mesa: changed http to git proto for git repo uri
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-scm.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-scm.ebuild b/media-libs/mesa/mesa-scm.ebuild index ba5e578..94b539a 100644 --- a/media-libs/mesa/mesa-scm.ebuild +++ b/media-libs/mesa/mesa-scm.ebuild @@ -5,7 +5,7 @@ EAPI=5 -EGIT_REPO_URI="http://anongit.freedesktop.org/git/mesa/mesa" +EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/mesa" EXPERIMENTAL="true" GIT_ECLASS="git-r3" |