diff options
-rw-r--r-- | media-libs/mesa/mesa-scm.ebuild | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild index 187e240..a000ee3 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild @@ -10,7 +10,7 @@ inherit linux-info git-r3 xorg-2 if use dri3; then EGIT_REPO_URI="https://github.com/iXit/xf86-video-ati.git" else - EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/driver/xf86-video-ati" + EGIT_REPO_URI="http://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati" fi SRC_URI="" |