From: Matt Turner Date: Thu, 24 Oct 2019 21:24:01 +0000 (-0700) Subject: media-libs/libglvnd: Update homepage/git repo to freedesktop.org X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3add025ac0e4b6333625ab7f4da14e06f30f95dd;p=gentoo.git media-libs/libglvnd: Update homepage/git repo to freedesktop.org Signed-off-by: Matt Turner --- diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild index b3aed5ed28d0..877b89fb3094 100644 --- a/media-libs/libglvnd/libglvnd-9999.ebuild +++ b/media-libs/libglvnd/libglvnd-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git" +EGIT_REPO_URI="https://gitlab.freedesktop.org/glvnd/libglvnd.git" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" @@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1 DESCRIPTION="The GL Vendor-Neutral Dispatch library" -HOMEPAGE="https://github.com/NVIDIA/libglvnd" +HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd" if [[ ${PV} = 9999* ]]; then SRC_URI="" else