summaryrefslogtreecommitdiff
path: root/sys-apps/busybox
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-09-24 19:00:37 -0400
committerTim Harder <radhermit@gentoo.org>2017-09-24 19:01:12 -0400
commit65bb543536f8f9ba55fee9f9d2f5324a7dd8e695 (patch)
treed050e4193919822316ec7b955f8af709b4dc85db /sys-apps/busybox
parentea75b864b15ac5efac481ce901e58014ab05e577 (diff)
downloadgentoo-65bb543536f8f9ba55fee9f9d2f5324a7dd8e695.tar.gz
gentoo-65bb543536f8f9ba55fee9f9d2f5324a7dd8e695.tar.xz
sys-apps/busybox: use https for git repo
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r--sys-apps/busybox/busybox-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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/_/-}