diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-09-24 19:00:37 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-09-24 19:01:12 -0400 |
commit | 65bb543536f8f9ba55fee9f9d2f5324a7dd8e695 (patch) | |
tree | d050e4193919822316ec7b955f8af709b4dc85db /sys-apps/busybox | |
parent | sys-apps/busybox: explicitly disable SH_IS_HUSH config option (diff) | |
download | gentoo-65bb543536f8f9ba55fee9f9d2f5324a7dd8e695.tar.gz gentoo-65bb543536f8f9ba55fee9f9d2f5324a7dd8e695.tar.bz2 gentoo-65bb543536f8f9ba55fee9f9d2f5324a7dd8e695.zip |
sys-apps/busybox: use https for git repo
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/_/-} |