summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-03-16 18:56:26 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-16 21:23:52 +0000
commit2dcabf30efc3ee268c2a90a73eca0bc6d378bced (patch)
tree64e2549c1deef514fb0a642af0fe4f0723961bc6 /sys-libs/glibc/glibc-9999.ebuild
parentsys-devel/gdb: Use https:// for git repository. (diff)
downloadgentoo-2dcabf30efc3ee268c2a90a73eca0bc6d378bced.tar.gz
gentoo-2dcabf30efc3ee268c2a90a73eca0bc6d378bced.tar.bz2
gentoo-2dcabf30efc3ee268c2a90a73eca0bc6d378bced.zip
sys-libs/glibc: Use https:// again for git repository.
Reverts: 3e796f4abbb89a6edc99b54688f666ec11219ea2 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-9999.ebuild')
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index b77e0177feb2..7af2bc9cf75b 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -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"