Replace kde-plasma/kdm with x11-misc/sddm. kdm is last-rited for removal.
Acked-by: Gilles Dartiguelongue <eva@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/3722
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Johannes Huber <johu@gentoo.org>
pkg_postinst() {
gnome2_pkg_postinst
- if ! has_version gnome-base/gdm && ! has_version kde-plasma/kdm; then
+ if ! has_version gnome-base/gdm && ! has_version x11-misc/sddm; then
ewarn "If you use a custom .xinitrc for your X session,"
ewarn "make sure that the commands in the xinitrc.d scripts are run."
fi
pkg_postinst() {
gnome2_pkg_postinst
- if ! has_version gnome-base/gdm && ! has_version kde-plasma/kdm; then
+ if ! has_version gnome-base/gdm && ! has_version x11-misc/sddm; then
ewarn "If you use a custom .xinitrc for your X session,"
ewarn "make sure that the commands in the xinitrc.d scripts are run."
fi