sys-devel/gdb: Use https:// for git repository.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Mon, 16 Mar 2020 18:53:15 +0000 (18:53 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 16 Mar 2020 21:23:52 +0000 (21:23 +0000)
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-devel/gdb/gdb-8.3.1-r1.ebuild
sys-devel/gdb/gdb-8.3.1.ebuild
sys-devel/gdb/gdb-8.3.ebuild
sys-devel/gdb/gdb-9.1.ebuild
sys-devel/gdb/gdb-9999.ebuild

index 015c3bc58e76e831ca4090d1cad6a9add5498af2..61a550b1cec200936a207531df5fef3ec0dc9432 100644 (file)
@@ -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=""
        ;;
index bdc663153f47e9c3209e5069b02b30d83352bc9f..38a8945f03825a854e944a895c474585997582b9 100644 (file)
@@ -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=""
        ;;
index 8e01738db46c77fe9601a7b40927b8806fbccad8..9498f9d844f0dc6345d60a7aa889b94e7aa03842 100644 (file)
@@ -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=""
        ;;
index 56d42b386aefdc69a0fb7a049ae6f999a2a461ed..15b43cbfe0802c5ae2fe023fb80fceb1e126d17c 100644 (file)
@@ -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=""
        ;;
index 06bc0404245438f913a31f061925073041322bd7..9eeecb758857e752b62df657b1e21e3eb241172f 100644 (file)
@@ -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=""
        ;;