media-libs/libcdr: move to git.libreoffice.org remote

Revbump to propagate EGIT_REPO_URI change. smart-live-rebuild wont catch
it otherwise.

Unrevbump in like a couple months.

Bug: https://bugs.gentoo.org/963198
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43891
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-09-22 00:11:04 +03:00
committed by Sam James
parent 613488e909
commit cad7c2ef8b
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git"
EGIT_REPO_URI="https://git.libreoffice.org/libcdr.git"
inherit autotools git-r3
else
SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz"

View File

@@ -4,7 +4,7 @@
EAPI=8
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git"
EGIT_REPO_URI="https://git.libreoffice.org/libcdr.git"
inherit autotools git-r3
else
SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz"