media-video/wireplumber: fix EGIT_REPO_URI

Another victim of the sed I missed when fixing that up.

Closes: https://bugs.gentoo.org/964053
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-10-12 01:06:57 +01:00
parent 5bd653340b
commit e1afdcf3ae
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ DESCRIPTION="Replacement for pipewire-media-session"
HOMEPAGE="https://gitlab.freedesktop.org/pipewire/wireplumber"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/wireplumber/${PN}.git"
EGIT_REPO_URI="https://gitlab.freedesktop.org/pipewire/${PN}.git"
EGIT_BRANCH="master"
inherit git-r3
else

View File

@@ -33,7 +33,7 @@ DESCRIPTION="Replacement for pipewire-media-session"
HOMEPAGE="https://gitlab.freedesktop.org/pipewire/wireplumber"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/wireplumber/${PN}.git"
EGIT_REPO_URI="https://gitlab.freedesktop.org/pipewire/${PN}.git"
EGIT_BRANCH="master"
inherit git-r3
else