diff options
Diffstat (limited to 'dev-debug/gdb/gdb-9999.ebuild')
-rw-r--r-- | dev-debug/gdb/gdb-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild index 811789dab6d8..039c98a9e0ca 100644 --- a/dev-debug/gdb/gdb-9999.ebuild +++ b/dev-debug/gdb/gdb-9999.ebuild @@ -23,7 +23,11 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } case ${PV} in 9999*) # live git tree - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI=" + https://sourceware.org/git/binutils-gdb.git + https://git.sr.ht/~sourceware/binutils-gdb + https://gitlab.com/x86-binutils/binutils-gdb.git + " inherit git-r3 SRC_URI="" ;; |