mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-libs/wlroots: update upstream to freedesktop
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
<email>sir@cmpwn.com</email>
|
||||
<name>Drew DeVault</name>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/swaywm/wlroots/issues</bugs-to>
|
||||
<doc>https://github.com/swaywm/wlroots/wiki</doc>
|
||||
<changelog>https://github.com/swaywm/wlroots/releases</changelog>
|
||||
<bugs-to>https://gitlab.freedesktop.org/wlroots/wlroots/-/issues</bugs-to>
|
||||
<doc>https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/home</doc>
|
||||
<changelog>https://gitlab.freedesktop.org/wlroots/wlroots/-/releases</changelog>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user