summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-03-16 19:00:08 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-16 21:23:53 +0000
commitf6a74cb0d3cf9c515bfc37d61d6778772a94e7ab (patch)
tree9cce262bdebf1e4c2e27270dd5de43e2fef1c8f7 /sys-libs/newlib/newlib-9999.ebuild
parentsys-libs/glibc: Use https:// again for git repository. (diff)
downloadgentoo-f6a74cb0d3cf9c515bfc37d61d6778772a94e7ab.tar.gz
gentoo-f6a74cb0d3cf9c515bfc37d61d6778772a94e7ab.tar.bz2
gentoo-f6a74cb0d3cf9c515bfc37d61d6778772a94e7ab.zip
sys-libs/newlib: Use https:// for git repository.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/newlib/newlib-9999.ebuild')
-rw-r--r--sys-libs/newlib/newlib-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild
index 3ff7308671d7..345bb529dcd3 100644
--- a/sys-libs/newlib/newlib-9999.ebuild
+++ b/sys-libs/newlib/newlib-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -6,7 +6,7 @@ EAPI="7"
inherit flag-o-matic toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
+ EGIT_REPO_URI="https://sourceware.org/git/newlib-cygwin.git"
inherit git-r3
else
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz"