sys-devel/binutils: Use https:// again for git repository.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Mon, 16 Mar 2020 18:49:30 +0000 (18:49 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 16 Mar 2020 21:23:52 +0000 (21:23 +0000)
Reverts: f6ce8a59558a0472d72be70e9568aa3ef566b108
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-devel/binutils/binutils-9999.ebuild

index 569c1c82680f42da8b4f2426e1df2368bc9b54b4..7e5b921ee5f79e84b8b593f6d7d9e111d6ad1b76 100644 (file)
@@ -24,16 +24,14 @@ PATCH_BINUTILS_VER=9999
 
 case ${PV} in
        9999)
-               # sourceware.org does not have https:// today.
-               EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
+               EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git"
                inherit git-r3
                S=${WORKDIR}/binutils
                EGIT_CHECKOUT_DIR=${S}
                SLOT=${PV}
                ;;
        *.9999)
-               # sourceware.org does not have https:// today.
-               EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
+               EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git"
                inherit git-r3
                S=${WORKDIR}/binutils
                EGIT_CHECKOUT_DIR=${S}