Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Tue, 10 Mar 2020 07:35:16
Message-Id: 1583825706.3e796f4abbb89a6edc99b54688f666ec11219ea2.slyfox@gentoo
1 commit: 3e796f4abbb89a6edc99b54688f666ec11219ea2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 10 07:33:36 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 10 07:35:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e796f4a
7
8 sys-libs/glibc: fix live ebuild link
9
10 https:// scema is not supported by sourceware's git. Use git:// instead.
11
12 Package-Manager: Portage-2.3.93, Repoman-2.3.20
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-libs/glibc/glibc-9999.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
19 index fb9790efbb5..70a236147ae 100644
20 --- a/sys-libs/glibc/glibc-9999.ebuild
21 +++ b/sys-libs/glibc/glibc-9999.ebuild
22 @@ -16,7 +16,8 @@ SLOT="2.2"
23 EMULTILIB_PKG="true"
24
25 if [[ ${PV} == 9999* ]]; then
26 - EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
27 + # sourceware.org does not have https:// today.
28 + EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
29 inherit git-r3
30 else
31 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"