Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Fri, 01 Apr 2022 14:49:00
Message-Id: 1648824429.76b5804af15b85aed27a5a529180f0e311578a4e.asturm@gentoo
1 commit: 76b5804af15b85aed27a5a529180f0e311578a4e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 08:36:07 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:47:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b5804a
7
8 x11-misc/sddm: Set IUSE="elogind" as default
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/sddm/sddm-0.18.1-r6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/sddm/sddm-0.18.1-r6.ebuild b/x11-misc/sddm/sddm-0.18.1-r6.ebuild
17 index 49d64156113b..c10a93b04d85 100644
18 --- a/x11-misc/sddm/sddm-0.18.1-r6.ebuild
19 +++ b/x11-misc/sddm/sddm-0.18.1-r6.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
21 LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
22 SLOT="0"
23 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 -IUSE="elogind +pam systemd test"
25 +IUSE="+elogind +pam systemd test"
26
27 REQUIRED_USE="?? ( elogind systemd )"
28 RESTRICT="!test? ( test )"