diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-10-07 20:38:14 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-10-07 20:40:00 +0300 |
commit | 4c526d3c351d0a534478753e6466a85aa272b956 (patch) | |
tree | e6d2cefebad3128f74fd210d04eaf7e642ca05dc /x11-apps/xdm | |
parent | www-client/vivaldi-snapshot: Version 3.4.2066.7_p1 (diff) | |
download | gentoo-4c526d3c351d0a534478753e6466a85aa272b956.tar.gz gentoo-4c526d3c351d0a534478753e6466a85aa272b956.tar.bz2 gentoo-4c526d3c351d0a534478753e6466a85aa272b956.zip |
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@gentoo.org>
Diffstat (limited to 'x11-apps/xdm')
-rw-r--r-- | x11-apps/xdm/xdm-1.1.12.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-apps/xdm/xdm-1.1.12.ebuild b/x11-apps/xdm/xdm-1.1.12.ebuild index 7fa675f5075e..e84d025f2a9f 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 ) } |