summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-01 08:59:52 +0000
committerSam James <sam@gentoo.org>2024-12-01 08:59:52 +0000
commitb3d533a1278e0c09736e3b51b32cbb77d8aaa875 (patch)
tree2e9c73a90ec85ac4f59ec2afb2fe02cec9a6dc43 /dev-debug
parentsys-libs/binutils-libs: sync EGIT_REPO_URI with sys-devel/binutils (diff)
downloadgentoo-b3d533a1278e0c09736e3b51b32cbb77d8aaa875.tar.gz
gentoo-b3d533a1278e0c09736e3b51b32cbb77d8aaa875.tar.bz2
gentoo-b3d533a1278e0c09736e3b51b32cbb77d8aaa875.zip
dev-debug/valgrind: add EGIT_REPO_URI mirror
The sourcehut repo is an official mirror. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/valgrind/valgrind-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
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