diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-03-21 22:08:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-03-21 22:08:51 +0300 |
commit | f799f1a55cdd9457dd2d71d114ea84263f166438 (patch) | |
tree | 70d14f7a82a55e2c42d4575ee4f598fd48521169 | |
parent | 034d955ab98ed699e876752ccdd15780a46002df (diff) |
changed git uri's for some packages
-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="" |