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

Collapse All | Expand All

(-)/usr/portage/app-laptop/laptop-mode-tools/laptop-mode-tools-1.55-r2.ebuild (-3 / +1 lines)
Lines 24-36 Link Here
24
	sys-apps/hdparm"
24
	sys-apps/hdparm"
25
DEPEND=""
25
DEPEND=""
26
26
27
S=${WORKDIR}/${MY_P}
27
S=${WORKDIR}/${PN}-${PV}
28
28
29
src_prepare() {
29
src_prepare() {
30
	# Patching to avoid !sys-power/pm-utils depend wrt #327443
30
	# Patching to avoid !sys-power/pm-utils depend wrt #327443
31
	epatch "${FILESDIR}"/${P}-pm-utils-1.4.0.patch
31
	epatch "${FILESDIR}"/${P}-pm-utils-1.4.0.patch
32
	# Add support for Linux3
33
	epatch "${FILESDIR}"/${P}-linux3-support.patch
34
}
32
}
35
33
36
src_compile() { :; }
34
src_compile() { :; }

Return to bug 359187