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

Collapse All | Expand All

(-)/usr/portage/sys-power/pmtools/pmtools-20071116-r1.ebuild (-1 / +3 lines)
Lines 21-26 Link Here
21
src_prepare() {
21
src_prepare() {
22
	epatch "${FILESDIR}"/${P}-acpixtract-pmtools.patch
22
	epatch "${FILESDIR}"/${P}-acpixtract-pmtools.patch
23
	epatch "${FILESDIR}"/${P}-cflags-ldflags.patch
23
	epatch "${FILESDIR}"/${P}-cflags-ldflags.patch
24
	epatch "${FILESDIR}"/${P}-madt.patch
24
	epatch "${FILESDIR}"/${P}-64bit.patch
25
	epatch "${FILESDIR}"/${P}-64bit.patch
25
26
26
	strip-unsupported-flags
27
	strip-unsupported-flags
Lines 37-46 Link Here
37
	# the other tools only process data
38
	# the other tools only process data
38
	newbin acpixtract/acpixtract acpixtract-pmtools
39
	newbin acpixtract/acpixtract acpixtract-pmtools
39
	dobin madt/madt
40
	dobin madt/madt
41
	dosbin turbostat/turbostat
40
42
41
	dodoc README
43
	dodoc README
42
	docinto madt
44
	docinto madt
43
	dodoc madt/README madt/example.APIC*
45
	dodoc madt/README madt/APIC*
44
}
46
}
45
47
46
pkg_postinst() {
48
pkg_postinst() {

Return to bug 308233