From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 111D3158089 for ; Sun, 10 Sep 2023 21:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047612BC01B; Sun, 10 Sep 2023 21:20:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E10FC2BC01B for ; Sun, 10 Sep 2023 21:20:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCD0D335C56 for ; Sun, 10 Sep 2023 21:20:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DBA9F35 for ; Sun, 10 Sep 2023 21:20:21 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1694380751.1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.20.0-r1.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476 X-VCS-Branch: master Date: Sun, 10 Sep 2023 21:20:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1cecfcd-79dc-42c6-9744-472eff5841f9 X-Archives-Hash: 34ee193456d4a2219a464b9d52e91cf1 commit: 1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476 Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 10 21:19:11 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 10 21:19:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b55ff51 x11-misc/sddm: allow the user to set SDDM_INITIAL_VT Closes: https://bugs.gentoo.org/913898 Signed-off-by: Mike Gilbert gentoo.org> x11-misc/sddm/sddm-0.20.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-misc/sddm/sddm-0.20.0-r1.ebuild b/x11-misc/sddm/sddm-0.20.0-r1.ebuild index 691c947bfa3d..29b964e4141c 100644 --- a/x11-misc/sddm/sddm-0.20.0-r1.ebuild +++ b/x11-misc/sddm/sddm-0.20.0-r1.ebuild @@ -97,6 +97,8 @@ 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 }