From e1d117dec66b0c0b843b5bd5cf818dff7e583223 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 16 Mar 2020 18:53:15 +0000 Subject: [PATCH] sys-devel/gdb: Use https:// for git repository. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Sergei Trofimovich --- 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 015c3bc58e76..61a550b1cec2 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 bdc663153f47..38a8945f0382 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 8e01738db46c..9498f9d844f0 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 56d42b386aef..15b43cbfe080 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 06bc04042454..9eeecb758857 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="" ;; -- 2.26.2