sys-libs/glibc: Use https:// again for git repository.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Mon, 16 Mar 2020 18:56:26 +0000 (18:56 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 16 Mar 2020 21:23:52 +0000 (21:23 +0000)
Reverts: 3e796f4abbb89a6edc99b54688f666ec11219ea2
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-libs/glibc/glibc-2.24-r4.ebuild
sys-libs/glibc/glibc-2.25-r11.ebuild
sys-libs/glibc/glibc-2.26-r7.ebuild
sys-libs/glibc/glibc-2.31-r1.ebuild
sys-libs/glibc/glibc-9999.ebuild

index 581f59bd34f9e5f7f9fd825f1c38141d4d0acafa..d6831c0403ba4de1ed5b14f8d5f6b30d4016b1ea 100644 (file)
@@ -16,7 +16,7 @@ EMULTILIB_PKG="true"
 RELEASE_VER=""
 case ${PV} in
 9999*)
-       EGIT_REPO_URIS="git://sourceware.org/git/glibc.git"
+       EGIT_REPO_URIS="https://sourceware.org/git/glibc.git"
        inherit git-r3
        ;;
 *)
index 2bd11b466203f0a2d965ab4f96b7aca1670fdbd6..8c30e398b3ed267680f9088c0dc853e147fc9d52 100644 (file)
@@ -16,7 +16,7 @@ EMULTILIB_PKG="true"
 RELEASE_VER=""
 case ${PV} in
 9999*)
-       EGIT_REPO_URIS="git://sourceware.org/git/glibc.git"
+       EGIT_REPO_URIS="https://sourceware.org/git/glibc.git"
        inherit git-r3
        ;;
 *)
index fe514d16c023dd3f7a725437f2bba5bd252b2ce6..2dd4e66f29b4e6d3955cb9c84fc267264d3347d3 100644 (file)
@@ -14,7 +14,7 @@ EMULTILIB_PKG="true"
 # Configuration variables
 
 if [[ ${PV} == 9999* ]]; then
-       EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
+       EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
        inherit git-r3
 else
        KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
index 00feda902bda172a6f063d85d35831a7ee98af16..54758a656023d9a033f0f0414b26bbc0ebef23d2 100644 (file)
@@ -16,8 +16,7 @@ SLOT="2.2"
 EMULTILIB_PKG="true"
 
 if [[ ${PV} == 9999* ]]; then
-       # sourceware.org does not have https:// today.
-       EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
+       EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
        inherit git-r3
 else
        # needs minimal testing
index b77e0177feb23072f2152306055b9d7f22f5ee44..7af2bc9cf75b6b359fbbe2ccb0dbbf22688f29d7 100644 (file)
@@ -16,8 +16,7 @@ SLOT="2.2"
 EMULTILIB_PKG="true"
 
 if [[ ${PV} == 9999* ]]; then
-       # sourceware.org does not have https:// today.
-       EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
+       EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
        inherit git-r3
 else
        #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"