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

(-)a/x11-libs/pango/pango-1.48.4.ebuild (-2 / +5 lines)
Lines 46-51 BDEPEND=" Link Here
46
"
46
"
47
47
48
src_prepare() {
48
src_prepare() {
49
	rm -r subprojects/gi-docgen || die
49
	xdg_src_prepare
50
	xdg_src_prepare
50
	gnome2_environment_reset
51
	gnome2_environment_reset
51
}
52
}
Lines 78-84 multilib_src_install() { Link Here
78
}
79
}
79
80
80
multilib_src_install_all() {
81
multilib_src_install_all() {
81
	mv "${ED}"/usr/share/doc/{${PN},${P}} || die
82
	if use gtk-doc; then
83
		mv "${ED}"/usr/share/doc/{${PN},${P}} || die
84
	fi
85
	einstalldocs
82
}
86
}
83
87
84
pkg_postinst() {
88
pkg_postinst() {
85
- 

Return to bug 788091