commit: 4c526d3c351d0a534478753e6466a85aa272b956 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Wed Oct 7 17:38:14 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed Oct 7 17:40:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c526d3c
x11-apps/xdm: remove consolekit option completly According to the configure script the consolekit option does not exist at all. Closes: https://bugs.gentoo.org/747121 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> x11-apps/xdm/xdm-1.1.12.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-apps/xdm/xdm-1.1.12.ebuild b/x11-apps/xdm/xdm-1.1.12.ebuild index 7fa675f5075..e84d025f2a9 100644 --- a/x11-apps/xdm/xdm-1.1.12.ebuild +++ b/x11-apps/xdm/xdm-1.1.12.ebuild @@ -52,7 +52,6 @@ pkg_setup() { --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" --with-default-vt=${DEFAULTVT} --with-xdmconfigdir=/etc/X11/xdm - --without-consolekit ) }
