aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 22:46:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 22:46:46 +0200
commite1493715139cf512504567ec34f573e9e280256a (patch)
tree89d35f4a66742bdf5ad4f2e545655e936f71d0da
parentkde-frameworks/solid: Use elog (diff)
downloadkde-e1493715.tar.gz
kde-e1493715.tar.bz2
kde-e1493715.zip
kde-plasma/kinfocenter: Use elog
Package-Manager: Portage-2.3.47, Repoman-2.3.10
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild4
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild4
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
index e2bad37d44..cbc3e375e8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
@@ -87,9 +87,9 @@ src_install() {
pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
- einfo "Installing net-fs/nfs-utils will enable the NFS information module."
+ elog "Installing net-fs/nfs-utils will enable the NFS information module."
fi
if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
- einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
fi
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
index e2bad37d44..cbc3e375e8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
@@ -87,9 +87,9 @@ src_install() {
pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
- einfo "Installing net-fs/nfs-utils will enable the NFS information module."
+ elog "Installing net-fs/nfs-utils will enable the NFS information module."
fi
if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
- einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
fi
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index e2bad37d44..cbc3e375e8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -87,9 +87,9 @@ src_install() {
pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
- einfo "Installing net-fs/nfs-utils will enable the NFS information module."
+ elog "Installing net-fs/nfs-utils will enable the NFS information module."
fi
if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
- einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
fi
}