commit: 939890939132d57fb555cc43b7e555b1ff7c187e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 20:50:56 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 20:50:56 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=93989093
kde-plasma/plasma-nm: Use elog
Package-Manager: Portage-2.3.47, Repoman-2.3.10
kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild | 6 +++---
kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild | 6 +++---
kde-plasma/plasma-nm/plasma-nm-9999.ebuild | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild
b/kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild
index de4b44d36b..39603fcc9f 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild
@@ -68,8 +68,8 @@ pkg_postinst() {
kde5_pkg_postinst
if ! has_version "kde-plasma/plasma-workspace:5"; then
- einfo "${PN} is not terribly useful without
kde-plasma/plasma-workspace:5."
- einfo "However, the networkmanagement KCM can be called from
either systemsettings"
- einfo "or manually: $ kcmshell5 kcm_networkmanagement"
+ elog "${PN} is not terribly useful without
kde-plasma/plasma-workspace:5."
+ elog "However, the networkmanagement KCM can be called from
either systemsettings"
+ elog "or manually: $ kcmshell5 kcm_networkmanagement"
fi
}
diff --git a/kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild
b/kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild
index de4b44d36b..39603fcc9f 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild
@@ -68,8 +68,8 @@ pkg_postinst() {
kde5_pkg_postinst
if ! has_version "kde-plasma/plasma-workspace:5"; then
- einfo "${PN} is not terribly useful without
kde-plasma/plasma-workspace:5."
- einfo "However, the networkmanagement KCM can be called from
either systemsettings"
- einfo "or manually: $ kcmshell5 kcm_networkmanagement"
+ elog "${PN} is not terribly useful without
kde-plasma/plasma-workspace:5."
+ elog "However, the networkmanagement KCM can be called from
either systemsettings"
+ elog "or manually: $ kcmshell5 kcm_networkmanagement"
fi
}
diff --git a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
index 113c4b21e3..4fcd8cfc49 100644
--- a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
@@ -67,8 +67,8 @@ pkg_postinst() {
kde5_pkg_postinst
if ! has_version "kde-plasma/plasma-workspace:5"; then
- einfo "${PN} is not terribly useful without
kde-plasma/plasma-workspace:5."
- einfo "However, the networkmanagement KCM can be called from
either systemsettings"
- einfo "or manually: $ kcmshell5 kcm_networkmanagement"
+ elog "${PN} is not terribly useful without
kde-plasma/plasma-workspace:5."
+ elog "However, the networkmanagement KCM can be called from
either systemsettings"
+ elog "or manually: $ kcmshell5 kcm_networkmanagement"
fi
}