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

Collapse All | Expand All

(-)kbd-2.0.4.ebuild.a (-1 / +1 lines)
Lines 53-59 Link Here
53
src_configure() {
53
src_configure() {
54
	econf \
54
	econf \
55
		$(use_enable nls) \
55
		$(use_enable nls) \
56
		$(use_enable pam vlock) \
56
		$(usex pam '' '--disable-vlock') \
57
		$(use_enable test tests)
57
		$(use_enable test tests)
58
}
58
}
59
59

Return to bug 661650