--- multilib-minimal.eclass +++ multilib-minimal.eclass @@ -30,7 +30,7 @@ esac -inherit multilib-build +inherit eutils multilib-build EXPORT_FUNCTIONS src_configure src_compile src_test src_install @@ -104,18 +104,7 @@ if declare -f multilib_src_install_all >/dev/null ; then multilib_src_install_all - fi - - # this is synced with __eapi4_src_install - if ! declare -p DOCS &>/dev/null ; then - local d - for d in README* ChangeLog AUTHORS NEWS TODO CHANGES \ - THANKS BUGS FAQ CREDITS CHANGELOG ; do - [[ -s "${d}" ]] && dodoc "${d}" - done - elif [[ $(declare -p DOCS) == "declare -a "* ]] ; then - dodoc "${DOCS[@]}" else - dodoc ${DOCS} + einstalldocs fi }