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 / +3 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
	local econfargs=(
194
		--docdir="${EPREFIX}"/usr/share/doc/${PF}
195
	)
194
196
195
	# Handle debug found in IUSE
197
	# Handle debug found in IUSE
196
	if has debug ${IUSE//+}; then
198
	if has debug ${IUSE//+}; then

Return to bug 350423