From a2ee6ba9b9e43a5daae3945867bc9b1ed76bafee Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Sun, 5 Aug 2018 21:18:50 +0200 Subject: [PATCH] x11-misc/sddm: use elog instead of einfo for messages to users Closes: https://github.com/gentoo/gentoo/pull/9463 --- x11-misc/sddm/sddm-0.18.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/sddm/sddm-0.18.0.ebuild b/x11-misc/sddm/sddm-0.18.0.ebuild index e182c1901907..4763b8f4f54a 100644 --- a/x11-misc/sddm/sddm-0.18.0.ebuild +++ b/x11-misc/sddm/sddm-0.18.0.ebuild @@ -85,9 +85,9 @@ src_install() { } pkg_postinst() { - einfo "Starting with 0.18.0, SDDM no longer installs /etc/sddm.conf" - einfo "Use it to override specific options. SDDM defaults are now" - einfo "found in: /usr/share/sddm/sddm.conf.d/00default.conf" + elog "Starting with 0.18.0, SDDM no longer installs /etc/sddm.conf" + elog "Use it to override specific options. SDDM defaults are now" + elog "found in: /usr/share/sddm/sddm.conf.d/00default.conf" enewgroup ${PN} enewuser ${PN} -1 -1 /var/lib/${PN} ${PN},video -- 2.26.2