commit:     b9dd81488dbf97e5d26a0af54431c43c14703395
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue Sep 13 10:28:28 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 16:39:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dd8148

sys-auth/seatd: Disable setting USE=server by default

The desktop profile defaults to logind, this is probably where most users
of libseat come from and while it is possible to use both seatd and (e)logind
in tandem[1], it isn't a good default.

[1] https://todo.sr.ht/~kennylevinsen/greetd/27#event-205371

Closes: https://bugs.gentoo.org/865411
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-auth/seatd/{seatd-9999.ebuild => seatd-0.7.0-r1.ebuild} | 2 +-
 sys-auth/seatd/seatd-9999.ebuild                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/seatd/seatd-9999.ebuild 
b/sys-auth/seatd/seatd-0.7.0-r1.ebuild
similarity index 96%
copy from sys-auth/seatd/seatd-9999.ebuild
copy to sys-auth/seatd/seatd-0.7.0-r1.ebuild
index 0e20322a39a4..a3351b9b2463 100644
--- a/sys-auth/seatd/seatd-9999.ebuild
+++ b/sys-auth/seatd/seatd-0.7.0-r1.ebuild
@@ -16,7 +16,7 @@ else
 fi
 LICENSE="MIT"
 SLOT="0/1"
-IUSE="builtin elogind +server systemd"
+IUSE="builtin elogind server systemd"
 REQUIRED_USE="?? ( elogind systemd )"
 
 DEPEND="

diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild
index 0e20322a39a4..a3351b9b2463 100644
--- a/sys-auth/seatd/seatd-9999.ebuild
+++ b/sys-auth/seatd/seatd-9999.ebuild
@@ -16,7 +16,7 @@ else
 fi
 LICENSE="MIT"
 SLOT="0/1"
-IUSE="builtin elogind +server systemd"
+IUSE="builtin elogind server systemd"
 REQUIRED_USE="?? ( elogind systemd )"
 
 DEPEND="

Reply via email to