diff options
author | Mike Lothian <mike@fireburn.co.uk> | 2018-06-07 10:20:01 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-06-07 09:34:18 -0700 |
commit | 582c8d4aac5cbf787e2537f948a229565dc2db35 (patch) | |
tree | 60a4a1e3f5fc3d47d4b07f81ecd27c14cbdf1817 /media-libs | |
parent | net-libs/nodejs: Old. (diff) | |
download | gentoo-582c8d4aac5cbf787e2537f948a229565dc2db35.tar.gz gentoo-582c8d4aac5cbf787e2537f948a229565dc2db35.tar.bz2 gentoo-582c8d4aac5cbf787e2537f948a229565dc2db35.zip |
media-libs/mesa: Update git url now freedesktop have migrated to gitlab
Closes: https://github.com/gentoo/gentoo/pull/8744
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-17.3.9.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-18.0.5.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-18.1.1-r1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-18.1.1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/mesa/mesa-17.3.9.ebuild b/media-libs/mesa/mesa-17.3.9.ebuild index 378c8541a722..6a26d1b522d9 100644 --- a/media-libs/mesa/mesa-17.3.9.ebuild +++ b/media-libs/mesa/mesa-17.3.9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" +EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" if [[ ${PV} = 9999 ]]; then GIT_ECLASS="git-r3" diff --git a/media-libs/mesa/mesa-18.0.5.ebuild b/media-libs/mesa/mesa-18.0.5.ebuild index 944b89c49377..0f5fe7b791a0 100644 --- a/media-libs/mesa/mesa-18.0.5.ebuild +++ b/media-libs/mesa/mesa-18.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" +EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" if [[ ${PV} = 9999 ]]; then GIT_ECLASS="git-r3" diff --git a/media-libs/mesa/mesa-18.1.1-r1.ebuild b/media-libs/mesa/mesa-18.1.1-r1.ebuild index 8774521335b3..616c90765a3b 100644 --- a/media-libs/mesa/mesa-18.1.1-r1.ebuild +++ b/media-libs/mesa/mesa-18.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" +EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" if [[ ${PV} = 9999 ]]; then GIT_ECLASS="git-r3" diff --git a/media-libs/mesa/mesa-18.1.1.ebuild b/media-libs/mesa/mesa-18.1.1.ebuild index 70702be097dc..5e8a02ef74dd 100644 --- a/media-libs/mesa/mesa-18.1.1.ebuild +++ b/media-libs/mesa/mesa-18.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" +EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" if [[ ${PV} = 9999 ]]; then GIT_ECLASS="git-r3" diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index da7d250e754e..629bed9b056f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" +EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" if [[ ${PV} = 9999 ]]; then GIT_ECLASS="git-r3" |