From: Matt Turner Date: Tue, 31 Mar 2020 20:30:51 +0000 (-0700) Subject: media-libs/waffle: Update SRC_URI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cffa307c1b846186f14e4fb3d64950b1ef7ad4b6;p=gentoo.git media-libs/waffle: Update SRC_URI Signed-off-by: Matt Turner --- diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild index cf4f722c6089..7c8183c35eaa 100644 --- a/media-libs/waffle/waffle-9999.ebuild +++ b/media-libs/waffle/waffle-9999.ebuild @@ -7,7 +7,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/${PN}" GIT_ECLASS="git-r3" else - SRC_URI="http://www.waffle-gl.org/files/release/${P}/${P}.tar.xz" + SRC_URI="https://gitlab.freedesktop.org/mesa/${PN}/-/raw/website/files/release/${P}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" fi inherit meson multilib-minimal ${GIT_ECLASS}