aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 22:49:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 22:49:18 +0200
commit34496c764e9531ada2dd0417c8742b605d0cc82e (patch)
tree80a49e718c3f0bf3ba92bcb3080a4d01164467ad
parentkde-plasma/kinfocenter: Use elog (diff)
downloadkde-34496c76.tar.gz
kde-34496c76.tar.bz2
kde-34496c76.zip
kde-plasma/kinfocenter: Update pkg_postinst message
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 cbc3e375e8..8335de30d3 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
@@ -89,7 +89,7 @@ pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
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
- elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ if ! has_version "net-fs/samba"; then
+ elog "Installing net-fs/samba 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 cbc3e375e8..8335de30d3 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
@@ -89,7 +89,7 @@ pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
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
- elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ if ! has_version "net-fs/samba"; then
+ elog "Installing net-fs/samba 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 cbc3e375e8..8335de30d3 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -89,7 +89,7 @@ pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
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
- elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ if ! has_version "net-fs/samba"; then
+ elog "Installing net-fs/samba will enable the Samba status information module."
fi
}