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

Collapse All | Expand All

(-)conky-1.4.6.ebuild (+11 lines)
Lines 44-49 DEPEND=" Link Here
44
		x11-proto/xproto
44
		x11-proto/xproto
45
	)"
45
	)"
46
46
47
src_unpack () {
48
	unpack ${A}
49
50
	cd "${S}"
51
52
	# Patch to support "hwmon" variables.
53
	epatch "${FILESDIR}/${P}-hwmon.patch"
54
55
	eautoreconf
56
}
57
47
src_compile() {
58
src_compile() {
48
	local mymake
59
	local mymake
49
	if useq ipv6 ; then
60
	if useq ipv6 ; then

Return to bug 190438