gnome-base/gnome-session: Update pkg_postinst
authorJohannes Huber <johu@gentoo.org>
Mon, 30 Jan 2017 10:49:52 +0000 (11:49 +0100)
committerJohannes Huber <johu@gentoo.org>
Tue, 31 Jan 2017 19:43:33 +0000 (20:43 +0100)
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>
gnome-base/gnome-session/gnome-session-3.20.2.ebuild
gnome-base/gnome-session/gnome-session-3.22.2.ebuild

index 898c6c3cd0d5663c2548f4e0aecced2350ca424f..969c1d9ab5eb8f0c0472b0293ea4e82f0bae77f2 100644 (file)
@@ -114,7 +114,7 @@ src_install() {
 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
index 715cc69febd04d03309ad0fed4140ba48283dd28..64e2b3aad947bceaf9d80a242f78bc189f16f040 100644 (file)
@@ -115,7 +115,7 @@ src_install() {
 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