diff options
Diffstat (limited to 'sys-apps/openrc/openrc-0.24.2.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-0.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.24.2.ebuild b/sys-apps/openrc/openrc-0.24.2.ebuild index 55c4afe5d9b8..aaf335052558 100644 --- a/sys-apps/openrc/openrc-0.24.2.ebuild +++ b/sys-apps/openrc/openrc-0.24.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |