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

Collapse All | Expand All

(-)kdm.orig/kdm-4.7.3-r1.ebuild (+10 lines)
Lines 50-55 Link Here
50
	enewuser kdm -1 -1 "${KDM_HOME}" kdm
50
	enewuser kdm -1 -1 "${KDM_HOME}" kdm
51
}
51
}
52
52
53
src_prepare() {
54
	if use pam; then
55
		epatch "${FILESDIR}"/kdebase-4.0.2-pam-optional.patch
56
	else
57
		epatch "${FILESDIR}"/no-pam.patch
58
	fi
59
60
	kde4-meta_src_prepare
61
}
62
53
src_configure() {
63
src_configure() {
54
	# genkdmconf breaks with -O3
64
	# genkdmconf breaks with -O3
55
	# last checked in 4.2.95
65
	# last checked in 4.2.95

Return to bug 393131