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

Collapse All | Expand All

(-)autotools-utils.eclass (-1 / +4 lines)
Lines 190-196 Link Here
190
	debug-print-function ${FUNCNAME} "$@"
190
	debug-print-function ${FUNCNAME} "$@"
191
191
192
	# Common args
192
	# Common args
193
	local econfargs=()
193
	[[ ${EAPI} = 2 ]] && use !prefix && EPREFIX=""
194
	local econfargs=(
195
		--docdir="${EPREFIX}"/usr/share/doc/${PF}
196
	)
194
197
195
	# Handle debug found in IUSE
198
	# Handle debug found in IUSE
196
	if has debug ${IUSE//+}; then
199
	if has debug ${IUSE//+}; then

Return to bug 350423