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

Collapse All | Expand All

(-)qtcore-5.3.2.ebuild (-1 / +9 lines)
Lines 16-22 Link Here
16
	KEYWORDS="~amd64 ~x86"
16
	KEYWORDS="~amd64 ~x86"
17
fi
17
fi
18
18
19
IUSE="icu"
19
IUSE="global_docs icu"
20
20
21
DEPEND="
21
DEPEND="
22
	dev-libs/glib:2
22
	dev-libs/glib:2
Lines 41-43 Link Here
41
	)
41
	)
42
	qt5-build_src_configure
42
	qt5-build_src_configure
43
}
43
}
44
45
src_install() {
46
	docompress -x "${QT5_DOCDIR}/global"
47
	cd "${QT5_BUILD_DIR}"
48
	use global_docs && emake INSTALL_ROOT="${D}" install_global_docs
49
50
	qt5-build_src_install
51
}

Return to bug 479638