Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Thu, 03 Sep 2020 20:37:58
Message-Id: 1599164686.9e9b77fa0fc12f2893f16a76ba75d1303491cde0.mattst88@gentoo
1 commit: 9e9b77fa0fc12f2893f16a76ba75d1303491cde0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 19:48:16 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 20:24:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9b77fa
7
8 media-libs/mesa: Update SRC_URI
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index 01f47e9da29..d7ceac80a26 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git"
21 inherit git-r3
22 else
23 - SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
24 + SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz"
25 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
26 fi