summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-31 13:30:51 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-31 13:44:01 -0700
commitcffa307c1b846186f14e4fb3d64950b1ef7ad4b6 (patch)
tree2565fbbe0908e5e2efe10c0514ece08ff32b5220 /media-libs
parentdev-util/diffoscope: DISTUTILS_USE_SETUPTOOLS=rdepend (diff)
downloadgentoo-cffa307c1b846186f14e4fb3d64950b1ef7ad4b6.tar.gz
gentoo-cffa307c1b846186f14e4fb3d64950b1ef7ad4b6.tar.bz2
gentoo-cffa307c1b846186f14e4fb3d64950b1ef7ad4b6.zip
media-libs/waffle: Update SRC_URI
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/waffle/waffle-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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}