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

(-)/usr/portage/media-libs/tiff/tiff-3.8.2-r7.ebuild (-6 / +8 lines)
Lines 49-58 Link Here
49
}
49
}
50
50
51
pkg_postinst() {
51
pkg_postinst() {
52
	echo
52
	if use jbig; then
53
	elog "JBIG support is intended for Hylafax fax compression, so we"
53
		echo
54
	elog "really need more feedback in other areas (most testing has"
54
		elog "JBIG support is intended for Hylafax fax compression, so we"
55
	elog "been done with fax).  Be sure to recompile anything linked"
55
		elog "really need more feedback in other areas (most testing has"
56
	elog "against tiff if you rebuild it with jbig support."
56
		elog "been done with fax).  Be sure to recompile anything linked"
57
	echo
57
		elog "against tiff if you rebuild it with jbig support."
58
		echo
59
	fi
58
}
60
}

Return to bug 277268