commit:     b3d533a1278e0c09736e3b51b32cbb77d8aaa875
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 08:59:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 08:59:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d533a1

dev-debug/valgrind: add EGIT_REPO_URI mirror

The sourcehut repo is an official mirror.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-debug/valgrind/valgrind-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-debug/valgrind/valgrind-9999.ebuild 
b/dev-debug/valgrind/valgrind-9999.ebuild
index 67740a66998a..c8b5db499d34 100644
--- a/dev-debug/valgrind/valgrind-9999.ebuild
+++ b/dev-debug/valgrind/valgrind-9999.ebuild
@@ -16,7 +16,10 @@ DESCRIPTION="An open-source memory debugger for GNU/Linux"
 HOMEPAGE="https://valgrind.org";
 
 if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://sourceware.org/git/${PN}.git";
+       EGIT_REPO_URI="
+               https://sourceware.org/git/${PN}.git
+               https://git.sr.ht/~sourceware/valgrind
+       "
        inherit git-r3
 else
        VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/valgrind.gpg

Reply via email to