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

Collapse All | Expand All

(-)gentoo-x86/media-sound/cmus/cmus-2.2.0.ebuild (+9 lines)
Lines 54-59 Link Here
54
	fi
54
	fi
55
}
55
}
56
56
57
src_unpack() {
58
	unpack ${A}
59
	cd "${WORKDIR}"
60
	if $(has_version ">=media-video/ffmpeg-0.4.9_p20080326")
61
	then
62
		epatch "${FILESDIR}"/cmus-new-ffmpeg.patch
63
	fi
64
}
65
57
src_compile() {
66
src_compile() {
58
	local debuglevel=1 myconf="CONFIG_SUN=n"
67
	local debuglevel=1 myconf="CONFIG_SUN=n"
59
68

Return to bug 218105