commit: 33b409b9a2272aa57fbe229203888673fc1f5587 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Thu Nov 26 22:22:46 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Nov 26 22:22:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b409b9
x11-misc/i3status: use elog for important messages Reported-by: Francesco Turco Closes: https://bugs.gentoo.org/711600 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> x11-misc/i3status/i3status-2.13.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-misc/i3status/i3status-2.13.ebuild b/x11-misc/i3status/i3status-2.13.ebuild index 74e0f77e8a1..0648dee3cb5 100644 --- a/x11-misc/i3status/i3status-2.13.ebuild +++ b/x11-misc/i3status/i3status-2.13.ebuild @@ -38,9 +38,10 @@ src_install() { pkg_postinst() { fcaps cap_net_admin usr/bin/${PN} - einfo "${PN} can be used with any of the following programs:" - einfo " i3bar (x11-wm/i3)" - einfo " x11-misc/xmobar" - einfo " x11-misc/dzen" - einfo "Please refer to manual: man ${PN}" + + elog "${PN} can be used with any of the following programs:" + elog " i3bar (x11-wm/i3)" + elog " x11-misc/xmobar" + elog " x11-misc/dzen" + elog "Please refer to manual: man ${PN}" }
