diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-09-03 12:48:16 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-09-03 13:24:46 -0700 |
commit | 9e9b77fa0fc12f2893f16a76ba75d1303491cde0 (patch) | |
tree | fc65041eba19568914d1aa1ca8e527360bddbd6b /media-libs/mesa | |
parent | profiles/riscv: more granular python masks (diff) | |
download | gentoo-9e9b77fa0fc12f2893f16a76ba75d1303491cde0.tar.gz gentoo-9e9b77fa0fc12f2893f16a76ba75d1303491cde0.tar.bz2 gentoo-9e9b77fa0fc12f2893f16a76ba75d1303491cde0.zip |
media-libs/mesa: Update SRC_URI
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 01f47e9da290..d7ceac80a260 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" inherit git-r3 else - SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz" + SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi |