Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 518374
Collapse All | Expand All

(-)git-r3.eclass (-1 / +1 lines)
Lines 513-519 Link Here
513
		local fetch_command=( git fetch "${r}" )
513
		local fetch_command=( git fetch "${r}" )
514
		local clone_type=${EGIT_CLONE_TYPE}
514
		local clone_type=${EGIT_CLONE_TYPE}
515
515
516
		if [[ ${r} == https://* ]] && ! has_version 'dev-vcs/git[curl]'; then
516
		if [[ ${r} == https://* ]] && ! ROOT=/ has_version 'dev-vcs/git[curl]'; then
517
			eerror "git-r3: fetching from https:// requested. In order to support https,"
517
			eerror "git-r3: fetching from https:// requested. In order to support https,"
518
			eerror "dev-vcs/git needs to be built with USE=curl. Example solution:"
518
			eerror "dev-vcs/git needs to be built with USE=curl. Example solution:"
519
			eerror
519
			eerror

Return to bug 518374