sys-libs/glibc: fix live ebuild link
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 10 Mar 2020 07:33:36 +0000 (07:33 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 10 Mar 2020 07:35:06 +0000 (07:35 +0000)
https:// scema is not supported by sourceware's git. Use git:// instead.

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-libs/glibc/glibc-9999.ebuild

index fb9790efbb56a9bef63623731f8bf1500377a1bd..70a236147aef5c0661fdeb70257b42697ee2d2ba 100644 (file)
@@ -16,7 +16,8 @@ SLOT="2.2"
 EMULTILIB_PKG="true"
 
 if [[ ${PV} == 9999* ]]; then
-       EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
+       # sourceware.org does not have https:// today.
+       EGIT_REPO_URI="git://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"