summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-10-24 14:24:01 -0700
committerMatt Turner <mattst88@gentoo.org>2019-10-24 14:41:11 -0700
commit3add025ac0e4b6333625ab7f4da14e06f30f95dd (patch)
tree0fc5beff870da736fbb44f37c17e4f15a2150e10
parentdev-lang/erlang: bump to 22.1.4 (diff)
downloadgentoo-3add025ac0e4b6333625ab7f4da14e06f30f95dd.tar.gz
gentoo-3add025ac0e4b6333625ab7f4da14e06f30f95dd.tar.bz2
gentoo-3add025ac0e4b6333625ab7f4da14e06f30f95dd.zip
media-libs/libglvnd: Update homepage/git repo to freedesktop.org
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--media-libs/libglvnd/libglvnd-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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