Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443666 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/lxde-base/lxdm/lxdm-0.4.1-r5.ebuild (-3 / +7 lines)
Lines 14-23 Link Here
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="amd64 ~arm x86"
15
KEYWORDS="amd64 ~arm x86"
16
16
17
IUSE="debug gtk3 nls pam"
17
IUSE="consolekit debug gtk3 nls pam"
18
18
19
RDEPEND="sys-auth/consolekit
19
RDEPEND="x11-libs/libxcb
20
	x11-libs/libxcb
20
	consolekit? ( sys-auth/consolekit )
21
	gtk3? ( x11-libs/gtk+:3 )
21
	gtk3? ( x11-libs/gtk+:3 )
22
	!gtk3? ( x11-libs/gtk+:2 )
22
	!gtk3? ( x11-libs/gtk+:2 )
23
	nls? ( sys-devel/gettext )
23
	nls? ( sys-devel/gettext )
Lines 37-42 Link Here
37
37
38
	epatch "${FILESDIR}"/${P}-configure-add-pam.patch
38
	epatch "${FILESDIR}"/${P}-configure-add-pam.patch
39
39
40
	# 443666
41
	epatch "${FILESDIR}"/${P}-configure-add-consolekit.patch
42
40
	# 403999
43
	# 403999
41
	epatch "${FILESDIR}"/${P}-missing-pam-defines.patch
44
	epatch "${FILESDIR}"/${P}-missing-pam-defines.patch
42
45
Lines 63-68 Link Here
63
		$(use_enable gtk3) \
66
		$(use_enable gtk3) \
64
		$(use_enable nls) \
67
		$(use_enable nls) \
65
		$(use_enable debug) \
68
		$(use_enable debug) \
69
		$(use_enable consolekit) \
66
		$(use_with pam)
70
		$(use_with pam)
67
}
71
}
68
72

Return to bug 443666