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

(-)a/bin/ebuild.sh (-2 / +1 lines)
Lines 450-456 if [[ -n ${QA_INTERCEPTORS} ]] ; then Link Here
450
				if ! has \${FUNCNAME[1]} eautoreconf eaclocal _elibtoolize \\
450
				if ! has \${FUNCNAME[1]} eautoreconf eaclocal _elibtoolize \\
451
					eautoheader eautoconf eautomake autotools_run_tool \\
451
					eautoheader eautoconf eautomake autotools_run_tool \\
452
					autotools_check_macro autotools_get_subdirs \\
452
					autotools_check_macro autotools_get_subdirs \\
453
					autotools_get_auxdir ; then
453
					autotools_get_auxdir _automake_version; then
454
					eqawarn \"QA Notice: '${BIN}' called by \${FUNCNAME[1]}: \${CATEGORY}/\${PF}\"
454
					eqawarn \"QA Notice: '${BIN}' called by \${FUNCNAME[1]}: \${CATEGORY}/\${PF}\"
455
					eqawarn \"Use autotools.eclass instead of calling '${BIN}' directly.\"
455
					eqawarn \"Use autotools.eclass instead of calling '${BIN}' directly.\"
456
				fi
456
				fi
457
- 

Return to bug 501712