Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302014
Collapse All | Expand All

(-)/usr/portage/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild (-1 / +1 lines)
Lines 69-75 Link Here
69
	# Workaround for bug #280674; upstream should really just provide
69
	# Workaround for bug #280674; upstream should really just provide
70
	# the text files in the distribution, but I wouldn't count on them
70
	# the text files in the distribution, but I wouldn't count on them
71
	# doing that anytime soon.
71
	# doing that anytime soon.
72
	MANPAGER=$(type -p cat) \
72
	MANPAGER="sed -e 's/\xb7/*/g;'" \
73
		emake || die "emake failed"
73
		emake || die "emake failed"
74
}
74
}
75
75

Return to bug 302014