diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-31 13:30:51 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-31 13:44:01 -0700 |
commit | cffa307c1b846186f14e4fb3d64950b1ef7ad4b6 (patch) | |
tree | 2565fbbe0908e5e2efe10c0514ece08ff32b5220 /media-libs | |
parent | dev-util/diffoscope: DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | gentoo-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.ebuild | 2 |
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} |