From ff7d258bf8f8b796df24fbed51ae7bbe4539d0c3 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 18 Nov 2021 17:13:02 -0600 Subject: [PATCH] gui-libs/wlroots: update upstream to freedesktop Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode --- gui-libs/wlroots/metadata.xml | 6 +++--- gui-libs/wlroots/wlroots-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui-libs/wlroots/metadata.xml b/gui-libs/wlroots/metadata.xml index 1c86adb5d1fc1..b0cb5de764b0c 100644 --- a/gui-libs/wlroots/metadata.xml +++ b/gui-libs/wlroots/metadata.xml @@ -31,8 +31,8 @@ sir@cmpwn.com Drew DeVault - https://github.com/swaywm/wlroots/issues - https://github.com/swaywm/wlroots/wiki - https://github.com/swaywm/wlroots/releases + https://gitlab.freedesktop.org/wlroots/wlroots/-/issues + https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/home + https://gitlab.freedesktop.org/wlroots/wlroots/-/releases diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 53e54f07ae88a..bcb8d4e4f7214 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -6,10 +6,10 @@ EAPI=7 inherit meson DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor" -HOMEPAGE="https://github.com/swaywm/wlroots" +HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}.git" inherit git-r3 SLOT="0/9999" else