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

(-)a/bin/ebuild-helpers/doins (-2 / +1 lines)
Lines 20-26 else Link Here
20
	if ! ___eapi_has_DESTTREE_INSDESTTREE; then
20
	if ! ___eapi_has_DESTTREE_INSDESTTREE; then
21
		[[ -n ${INSDESTTREE} ]] &&
21
		[[ -n ${INSDESTTREE} ]] &&
22
			die "${0##*/}: \${INSDESTTREE} has been banned for EAPI '$EAPI'; use 'into' instead"
22
			die "${0##*/}: \${INSDESTTREE} has been banned for EAPI '$EAPI'; use 'into' instead"
23
	else
23
	elif [[ -z ${_E_INSDESTTREE_+set} ]]; then
24
		# backwards compatibility
24
		# backwards compatibility
25
		_E_INSDESTTREE_=${INSDESTTREE}
25
		_E_INSDESTTREE_=${INSDESTTREE}
26
	fi
26
	fi
27
- 

Return to bug 649946