diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-10 12:42:26 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-10 12:42:26 +0100 |
commit | 6af8681a90c4bc92fece1f28a770fa2a6e740588 (patch) | |
tree | f839606cc302ccada39366c86af16038ba3d58ed /kde-plasma | |
parent | kde-base/kdm -> kde-plasma/kdm (diff) | |
download | gentoo-6af8681a90c4bc92fece1f28a770fa2a6e740588.tar.gz gentoo-6af8681a90c4bc92fece1f28a770fa2a6e740588.tar.bz2 gentoo-6af8681a90c4bc92fece1f28a770fa2a6e740588.zip |
kde-plasma/kwallet-pam: Drop check on deprecated kdm
Package-Manager: portage-2.3.3
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild | 1 | ||||
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild index f1a11ec155af..719d587b46a6 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild @@ -90,6 +90,5 @@ pkg_postinst() { elog "4.b Checking installed DMs..." has_version "x11-misc/sddm" && check_dm "SDDM" "/etc/pam.d/sddm" has_version "x11-misc/lightdm" && check_dm "LightDM" "/etc/pam.d/lightdm" - has_version "kde-plasma/kdm" && check_dm "KDM" "/etc/pam.d/kde" elog } diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild index 4aac73ca0c1e..8ca75914f988 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild @@ -90,6 +90,5 @@ pkg_postinst() { elog "4.b Checking installed DMs..." has_version "x11-misc/sddm" && check_dm "SDDM" "/etc/pam.d/sddm" has_version "x11-misc/lightdm" && check_dm "LightDM" "/etc/pam.d/lightdm" - has_version "kde-plasma/kdm" && check_dm "KDM" "/etc/pam.d/kde" elog } |