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

(-)a/git-2.0.4.ebuild (-2 / +5 lines)
Lines 90-96 Link Here
90
		app-text/xmlto
90
		app-text/xmlto
91
	)
91
	)
92
	nls? ( sys-devel/gettext )
92
	nls? ( sys-devel/gettext )
93
	test? (	app-crypt/gnupg	)"
93
	test? (
94
		app-crypt/gnupg
95
		sys-apps/coreutils
96
	)"
94
97
95
# Live ebuild builds man pages and HTML docs, additionally
98
# Live ebuild builds man pages and HTML docs, additionally
96
if [[ ${PV} == *9999 ]]; then
99
if [[ ${PV} == *9999 ]]; then
Lines 607-613 Link Here
607
	cd "${S}"
610
	cd "${S}"
608
	einfo "Start test run"
611
	einfo "Start test run"
609
	#MAKEOPTS=-j1
612
	#MAKEOPTS=-j1
610
	nonfatal git_emake --keep-going test
613
	USER=$(id -u -n) nonfatal git_emake --keep-going test
611
	rc=$?
614
	rc=$?
612
615
613
	# Display nice results, now print the results
616
	# Display nice results, now print the results

Return to bug 525716