commit:     3b06eba53f1183d76c0c768b2b7aca06ea448074
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Mar 16 18:49:30 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 21:23:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b06eba5

sys-devel/binutils: Use https:// again for git repository.

Reverts: f6ce8a59558a0472d72be70e9568aa3ef566b108
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-devel/binutils/binutils-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-devel/binutils/binutils-9999.ebuild 
b/sys-devel/binutils/binutils-9999.ebuild
index 569c1c82680..7e5b921ee5f 100644
--- a/sys-devel/binutils/binutils-9999.ebuild
+++ b/sys-devel/binutils/binutils-9999.ebuild
@@ -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}

Reply via email to