summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-03-16 18:53:15 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-16 21:23:52 +0000
commite1d117dec66b0c0b843b5bd5cf818dff7e583223 (patch)
treef8953dd1643c22af3de10ac11be3acbba4b239be /sys-devel/gdb
parentsys-devel/binutils: Use https:// again for git repository. (diff)
downloadgentoo-e1d117dec66b0c0b843b5bd5cf818dff7e583223.tar.gz
gentoo-e1d117dec66b0c0b843b5bd5cf818dff7e583223.tar.bz2
gentoo-e1d117dec66b0c0b843b5bd5cf818dff7e583223.zip
sys-devel/gdb: Use https:// for git repository.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r--sys-devel/gdb/gdb-8.3.1-r1.ebuild2
-rw-r--r--sys-devel/gdb/gdb-8.3.1.ebuild2
-rw-r--r--sys-devel/gdb/gdb-8.3.ebuild2
-rw-r--r--sys-devel/gdb/gdb-9.1.ebuild2
-rw-r--r--sys-devel/gdb/gdb-9999.ebuild2
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=""
;;