aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 22:50:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 22:50:56 +0200
commit939890939132d57fb555cc43b7e555b1ff7c187e (patch)
tree77da4e30a3fb765ab2e9959c40051893b718aff5
parentkde-plasma/kinfocenter: Update pkg_postinst message (diff)
downloadkde-93989093.tar.gz
kde-93989093.tar.bz2
kde-93989093.zip
kde-plasma/plasma-nm: Use elog
Package-Manager: Portage-2.3.47, Repoman-2.3.10
-rw-r--r--kde-plasma/plasma-nm/plasma-nm-5.12.49.9999.ebuild6
-rw-r--r--kde-plasma/plasma-nm/plasma-nm-5.13.49.9999.ebuild6
-rw-r--r--kde-plasma/plasma-nm/plasma-nm-9999.ebuild6
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
}