Package-Manager: Portage-2.3.13, Repoman-2.3.4
src_prepare() {
if ! use vanilla ; then
- elog "Applying Gentoo Glibc Patchset ${RELEASE_VER}-${PATCH_VER} ..."
+ elog "Applying Gentoo Glibc Patchset ${RELEASE_VER}-${PATCH_VER}"
eapply "${WORKDIR}"/patches
- elog "Done."
+ einfo "Done."
fi
if just_headers ; then
src_prepare() {
if ! use vanilla ; then
- elog "Applying Gentoo Glibc Patchset ${RELEASE_VER}-${PATCH_VER} ..."
+ elog "Applying Gentoo Glibc Patchset ${RELEASE_VER}-${PATCH_VER}"
eapply "${WORKDIR}"/patches
- elog "Done."
+ einfo "Done."
fi
if just_headers ; then