Diff gdm-44.1 with a gdm-45.0.1
/usr/portage/gnome-base/gdm/gdm-45.0.1.ebuild 2023-10-09 14:52:31.152368392 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
23 | 23 |
RESTRICT="!test? ( test )" |
24 | 24 |
REQUIRED_USE="^^ ( elogind systemd )" |
25 | 25 | |
26 |
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" |
|
26 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" |
|
27 | 27 | |
28 | 28 |
# dconf, dbus and g-s-d are needed at install time for dconf update |
29 | 29 |
# keyutils is automagic dep that makes autologin unlock login keyring |
... | ... | |
110 | 110 |
for smartcard support |
111 | 111 |
" |
112 | 112 | |
113 |
PATCHES=( |
|
114 |
# Add elogind support |
|
115 |
"${FILESDIR}/${PN}-44.0-meson-allow-building-with-elogind.patch" |
|
116 |
) |
|
117 | ||
118 | 113 |
src_prepare() { |
119 | 114 |
default |
120 | 115 |