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

Collapse All | Expand All

(-)bootchart2-0.14.8-r1.ebuild (-5 / +1 lines)
Lines 23-33 Link Here
23
23
24
CONFIG_CHECK="~PROC_EVENTS ~TASKSTATS ~TASK_DELAY_ACCT ~TMPFS"
24
CONFIG_CHECK="~PROC_EVENTS ~TASKSTATS ~TASK_DELAY_ACCT ~TMPFS"
25
25
26
PATCHES=(
27
	"${FILESDIR}"/${PN}-0.14.7-sysmacros.patch # bug 579922
28
	"${FILESDIR}"/${P}-no-compressed-man.patch
29
)
30
31
src_prepare() {
26
src_prepare() {
32
	default
27
	default
33
	tc-export CC
28
	tc-export CC
Lines 49-54 Link Here
49
	keepdir /lib/bootchart/tmpfs
44
	keepdir /lib/bootchart/tmpfs
50
45
51
	newinitd "${FILESDIR}"/${PN}.init ${PN}
46
	newinitd "${FILESDIR}"/${PN}.init ${PN}
47
	emake  DESTDIR="${D}" py-install-compile
52
}
48
}
53
49
54
pkg_postinst() {
50
pkg_postinst() {

Return to bug 800191