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

(-)bin/ebuild.sh (+3 lines)
Lines 1395-1400 Link Here
1395
		unpack)
1395
		unpack)
1396
			phase_func=src_unpack
1396
			phase_func=src_unpack
1397
			;;
1397
			;;
1398
		prepare)
1399
			phase_func=src_prepare
1400
			;;
1398
		configure)
1401
		configure)
1399
			! hasq $eapi 0 1 2_pre1 && \
1402
			! hasq $eapi 0 1 2_pre1 && \
1400
				phase_func=src_configure
1403
				phase_func=src_configure

Return to bug 240684