Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 835814
Collapse All | Expand All

(-)a/sys-process/cronie/cronie-1.6.0.ebuild (+4 lines)
Lines 42-47 src_prepare() { Link Here
42
42
43
src_configure() {
43
src_configure() {
44
	local myeconfargs=(
44
	local myeconfargs=(
45
		# This path gets embedded into cronie and is used for pidfile
46
		# bug #835814
47
		--runstatedir="${EPREFIX}"/run
48
45
		$(use_with inotify)
49
		$(use_with inotify)
46
		$(use_with pam)
50
		$(use_with pam)
47
		$(use_with selinux)
51
		$(use_with selinux)

Return to bug 835814