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

(-)/usr/portage/dev-libs/boost/boost-1.55.0-r2.ebuild (-6 / +9 lines)
Lines 223-235 Link Here
223
	fi
223
	fi
224
224
225
	if tools_needed; then
225
	if tools_needed; then
226
		pushd tools > /dev/null || die
226
		local dir
227
		for dir in tools tools/auto_index/build; do
228
			pushd "$dir" > /dev/null || die
227
229
228
		ejam \
230
			ejam \
229
			${OPTIONS} \
231
				${OPTIONS} \
230
			${PYTHON_OPTIONS} \
232
				${PYTHON_OPTIONS} \
231
			|| die "Building of Boost tools failed"
233
				|| die "Building of Boost $dir failed"
232
		popd > /dev/null || die
234
			popd > /dev/null || die
235
		done
233
	fi
236
	fi
234
}
237
}
235
238

Return to bug 529066