commit:     e1d117dec66b0c0b843b5bd5cf818dff7e583223
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Mar 16 18:53:15 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=e1d117de

sys-devel/gdb: Use https:// for git repository.

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

 sys-devel/gdb/gdb-8.3.1-r1.ebuild | 2 +-
 sys-devel/gdb/gdb-8.3.1.ebuild    | 2 +-
 sys-devel/gdb/gdb-8.3.ebuild      | 2 +-
 sys-devel/gdb/gdb-9.1.ebuild      | 2 +-
 sys-devel/gdb/gdb-9999.ebuild     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-devel/gdb/gdb-8.3.1-r1.ebuild 
b/sys-devel/gdb/gdb-8.3.1-r1.ebuild
index 015c3bc58e7..61a550b1cec 100644
--- a/sys-devel/gdb/gdb-8.3.1-r1.ebuild
+++ b/sys-devel/gdb/gdb-8.3.1-r1.ebuild
@@ -18,7 +18,7 @@ MY_PV=${PV}
 case ${PV} in
 9999*)
        # live git tree
-       EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
+       EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git";
        inherit git-r3
        SRC_URI=""
        ;;

diff --git a/sys-devel/gdb/gdb-8.3.1.ebuild b/sys-devel/gdb/gdb-8.3.1.ebuild
index bdc663153f4..38a8945f038 100644
--- a/sys-devel/gdb/gdb-8.3.1.ebuild
+++ b/sys-devel/gdb/gdb-8.3.1.ebuild
@@ -19,7 +19,7 @@ MY_PV=${PV}
 case ${PV} in
 9999*)
        # live git tree
-       EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
+       EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git";
        inherit git-r3
        SRC_URI=""
        ;;

diff --git a/sys-devel/gdb/gdb-8.3.ebuild b/sys-devel/gdb/gdb-8.3.ebuild
index 8e01738db46..9498f9d844f 100644
--- a/sys-devel/gdb/gdb-8.3.ebuild
+++ b/sys-devel/gdb/gdb-8.3.ebuild
@@ -19,7 +19,7 @@ MY_PV=${PV}
 case ${PV} in
 9999*)
        # live git tree
-       EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
+       EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git";
        inherit git-r3
        SRC_URI=""
        ;;

diff --git a/sys-devel/gdb/gdb-9.1.ebuild b/sys-devel/gdb/gdb-9.1.ebuild
index 56d42b386ae..15b43cbfe08 100644
--- a/sys-devel/gdb/gdb-9.1.ebuild
+++ b/sys-devel/gdb/gdb-9.1.ebuild
@@ -17,7 +17,7 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 case ${PV} in
 9999*)
        # live git tree
-       EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
+       EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git";
        inherit git-r3
        SRC_URI=""
        ;;

diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
index 06bc0404245..9eeecb75885 100644
--- a/sys-devel/gdb/gdb-9999.ebuild
+++ b/sys-devel/gdb/gdb-9999.ebuild
@@ -17,7 +17,7 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 case ${PV} in
 9999*)
        # live git tree
-       EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
+       EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git";
        inherit git-r3
        SRC_URI=""
        ;;

Reply via email to