Skip to content

Commit

Permalink
sys-kernel/genkernel: convert ewarn to elog
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Jul 16, 2019
1 parent b001a6f commit 60e985e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys-kernel/genkernel/genkernel-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ pkg_postinst() {
if grep -q -E "^CMD_CALLBACK=.*emerge.*@module-rebuild" "${gk_config}" 2>/dev/null ; then
elog ""
elog "Please remove `emerge @module-rebuild` from genkernel config"
ewarn "file (${gk_config}) and make use of new MODULEREBUILD option"
ewarn "instead."
elog "file (${gk_config}) and make use of new MODULEREBUILD option"
elog "instead."
fi
fi
}

0 comments on commit 60e985e

Please sign in to comment.