Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xdm/
Date: Wed, 07 Oct 2020 17:40:08
Message-Id: 1602092400.4c526d3c351d0a534478753e6466a85aa272b956.zlogene@gentoo
1 commit: 4c526d3c351d0a534478753e6466a85aa272b956
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 17:38:14 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 17:40:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c526d3c
7
8 x11-apps/xdm: remove consolekit option completly
9
10 According to the configure script the consolekit option does not exist
11 at all.
12
13 Closes: https://bugs.gentoo.org/747121
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
16
17 x11-apps/xdm/xdm-1.1.12.ebuild | 1 -
18 1 file changed, 1 deletion(-)
19
20 diff --git a/x11-apps/xdm/xdm-1.1.12.ebuild b/x11-apps/xdm/xdm-1.1.12.ebuild
21 index 7fa675f5075..e84d025f2a9 100644
22 --- a/x11-apps/xdm/xdm-1.1.12.ebuild
23 +++ b/x11-apps/xdm/xdm-1.1.12.ebuild
24 @@ -52,7 +52,6 @@ pkg_setup() {
25 --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
26 --with-default-vt=${DEFAULTVT}
27 --with-xdmconfigdir=/etc/X11/xdm
28 - --without-consolekit
29 )
30 }