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

(-)ncurses-5.9-r3.ebuild (+12 lines)
Lines 222-224 Link Here
222
	dodoc ANNOUNCE MANIFEST NEWS README* TO-DO doc/*.doc
222
	dodoc ANNOUNCE MANIFEST NEWS README* TO-DO doc/*.doc
223
	use doc && dohtml -r doc/html/
223
	use doc && dohtml -r doc/html/
224
}
224
}
225
226
pkg_preinst() {
227
	has_version 'sys-libs/ncurses[tinfo]' &&
228
		export had_tinfo=true ||
229
		export had_tinfo=false
230
}
231
232
pkg_postinst() {
233
	if $had_tinfo && ! use tinfo ; then
234
		# ewarn about running revdep-rebuild
235
	fi
236
}

Return to bug 487844