diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-26 22:22:46 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-26 22:22:46 +0000 |
commit | 33b409b9a2272aa57fbe229203888673fc1f5587 (patch) | |
tree | e6e22c39fb41f9451a9f900d45d28f402737e58c /x11-misc | |
parent | x11-misc/i3status: drop old (diff) | |
download | gentoo-33b409b9a2272aa57fbe229203888673fc1f5587.tar.gz gentoo-33b409b9a2272aa57fbe229203888673fc1f5587.tar.bz2 gentoo-33b409b9a2272aa57fbe229203888673fc1f5587.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/i3status/i3status-2.13.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-misc/i3status/i3status-2.13.ebuild b/x11-misc/i3status/i3status-2.13.ebuild index 74e0f77e8a1a..0648dee3cb59 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}" } |