diff options
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 45907b3..a99d444 100644 --- a/media-libs/mesa/mesa-scm.ebuild +++ b/media-libs/mesa/mesa-scm.ebuild @@ -8,7 +8,7 @@ EAPI=5 if use nine-branch; then EGIT_REPO_URI="https://github.com/iXit/Mesa-3D.git" else - EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa" + EGIT_REPO_URI="http://anongit.freedesktop.org/git/mesa/mesa" fi GIT_ECLASS="git-r3" |