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

Collapse All | Expand All

(-)a/munin-1.3.4-r2.ebuild (+3 lines)
Lines 75-83 Link Here
75
	# Bug #276637, make munin-graph be terser. No more debug output unless
75
	# Bug #276637, make munin-graph be terser. No more debug output unless
76
	# --debug is on.
76
	# --debug is on.
77
	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-1.3.4-terser-munin-graph.patch
77
	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-1.3.4-terser-munin-graph.patch
78
	# Bug #298528, Perl modules should go in vendor-dir
79
	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-1.3.4-Makefile-perlvendor.patch
78
}
80
}
79
81
80
src_compile() {
82
src_compile() {
83
81
	emake build build-man || die "build/build-man failed"
84
	emake build build-man || die "build/build-man failed"
82
	if use doc; then
85
	if use doc; then
83
		emake build-doc || die "build-doc failed"
86
		emake build-doc || die "build-doc failed"

Return to bug 298528