From: Sergei Trofimovich Date: Tue, 10 Mar 2020 07:31:14 +0000 (+0000) Subject: sys-devel/binutils: fix live ebuild link X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f6ce8a59558a0472d72be70e9568aa3ef566b108;p=gentoo.git sys-devel/binutils: fix live ebuild link https:// scema is not supported by sourceware's git. Use git:// instead. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 7e5b921ee5f7..569c1c82680f 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -24,14 +24,16 @@ PATCH_BINUTILS_VER=9999 case ${PV} in 9999) - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" + # sourceware.org does not have https:// today. + EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" inherit git-r3 S=${WORKDIR}/binutils EGIT_CHECKOUT_DIR=${S} SLOT=${PV} ;; *.9999) - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" + # sourceware.org does not have https:// today. + EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" inherit git-r3 S=${WORKDIR}/binutils EGIT_CHECKOUT_DIR=${S}