From 65bb543536f8f9ba55fee9f9d2f5324a7dd8e695 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 24 Sep 2017 19:00:37 -0400 Subject: [PATCH] sys-apps/busybox: use https for git repo --- sys-apps/busybox/busybox-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 49d6bf47002a..3abfee0f8026 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Utilities for rescue and embedded systems" HOMEPAGE="https://www.busybox.net/" if [[ ${PV} == "9999" ]] ; then MY_P=${P} - EGIT_REPO_URI="git://busybox.net/busybox.git" + EGIT_REPO_URI="https://git.busybox.net/busybox" inherit git-r3 else MY_P=${PN}-${PV/_/-} -- 2.26.2