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

Collapse All | Expand All

(-)/usr/portage/sys-apps/baselayout/baselayout-1.10.1-r2.ebuild (+4 lines)
Lines 35-40 Link Here
35
	if [[ ${ARCH} == sparc ]]; then
35
	if [[ ${ARCH} == sparc ]]; then
36
		sed -i -e 's:KEYMAP="us":KEYMAP="sunkeymap":' ${S}/etc/rc.conf || die
36
		sed -i -e 's:KEYMAP="us":KEYMAP="sunkeymap":' ${S}/etc/rc.conf || die
37
	fi
37
	fi
38
39
	# Fix halt.sh to not store sysfs-aware devices
40
	cd ${S}
41
	epatch "${FILESDIR}/halt-udev-tarball.patch"
38
}
42
}
39
43
40
src_compile() {
44
src_compile() {
(-)/usr/portage/sys-apps/baselayout/baselayout-1.9.4-r3.ebuild (+4 lines)
Lines 71-76 Link Here
71
			fi
71
			fi
72
		fi
72
		fi
73
	fi
73
	fi
74
75
	# Fix halt.sh to not store sysfs-aware devices
76
	cd ${S}
77
	epatch "${FILESDIR}/halt-udev-tarball.patch"
74
}
78
}
75
79
76
src_compile() {
80
src_compile() {

Return to bug 57110