diff options
| -rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild | 4 | ||||
| -rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild | 4 | ||||
| -rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 |
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 e2bad37d440..cbc3e375e81 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 e2bad37d440..cbc3e375e81 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 e2bad37d440..cbc3e375e81 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 } |
