@@ -, +, @@ --- bin/ebuild-helpers/doins | 1 + 1 file changed, 1 insertion(+) --- a/bin/ebuild-helpers/doins +++ a/bin/ebuild-helpers/doins @@ -11,6 +11,7 @@ if [[ ${helper} == dodoc ]] ; then # default_src_install may call dodoc with no arguments # when DOC is defined but empty, so simply return # sucessfully in this case. + eqawarn "QA Notice: dodoc called with no arguments" exit 0 fi export INSOPTIONS=-m0644 --