Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 358913 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/eclass/check-reqs.eclass.ori (-1 / +1 lines)
Lines 106-112 Link Here
106
		einfo "To make this kind of warning a fatal error, add a line to /etc/make.conf"
106
		einfo "To make this kind of warning a fatal error, add a line to /etc/make.conf"
107
		einfo "setting CHECKREQS_ACTION=\"error\". To skip build requirements checking,"
107
		einfo "setting CHECKREQS_ACTION=\"error\". To skip build requirements checking,"
108
		einfo "set CHECKREQS_ACTION=\"ignore\"."
108
		einfo "set CHECKREQS_ACTION=\"ignore\"."
109
		epause 15
109
		sleep 15
110
	fi
110
	fi
111
111
112
	if [[ -n "${CHECKREQS_NEED_DIE}" ]] ; then
112
	if [[ -n "${CHECKREQS_NEED_DIE}" ]] ; then

Return to bug 358913