dev-debug/valgrind: add EGIT_REPO_URI mirror

The sourcehut repo is an official mirror.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-12-01 08:59:52 +00:00
parent 07cfc5b31d
commit b3d533a127

View File

@@ -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