commit:     b6ee44471a5481a55b8d532f5d8a1981c6616b8c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 00:27:00 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 00:28:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ee4447

Revert "x11-misc/sddm: allow the user to set SDDM_INITIAL_VT"

This seems like a perfect use for MYCMAKEARGS. See cmake.eclass for
details.

Reverts: 1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476
Bug: https://bugs.gentoo.org/913898
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 x11-misc/sddm/sddm-0.20.0-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/x11-misc/sddm/sddm-0.20.0-r1.ebuild 
b/x11-misc/sddm/sddm-0.20.0-r1.ebuild
index 29b964e4141c..691c947bfa3d 100644
--- a/x11-misc/sddm/sddm-0.20.0-r1.ebuild
+++ b/x11-misc/sddm/sddm-0.20.0-r1.ebuild
@@ -97,8 +97,6 @@ src_configure() {
                -DSYSTEMD_TMPFILES_DIR="/usr/lib/tmpfiles.d"
                -DNO_SYSTEMD=$(usex !systemd)
                -DUSE_ELOGIND=$(usex elogind)
-               # User can override this, bug 913898.
-               -DSDDM_INITIAL_VT="${SDDM_INITIAL_VT:-1}"
        )
        cmake_src_configure
 }

Reply via email to