commit: 65bb543536f8f9ba55fee9f9d2f5324a7dd8e695 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sun Sep 24 23:00:37 2017 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sun Sep 24 23:01:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bb5435
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 49d6bf47002..3abfee0f802 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/_/-}
